Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Arg1RefCell<A, T>

This data structure represents a mutable "cell" for separating declarations from implementations ala the recparser from FParsec. The difference between Arg1RefCell and RefCell is that the former can store parser functions that take an argument.

Type parameters

  • A

  • T

Hierarchy

  • Arg1RefCell

Index

Properties

Properties

contents

contents: (arg: A) => IParser<T>

Type declaration

Generated using TypeDoc