FsGll


DisjunctiveParser<'a, 'r>

Namespace: FsGll.Parsers
Parent Module: Incremental

Constructors

ConstructorDescription
new(left, right)
Signature: (left:Parser<'a,'r> * right:Parser<'a,'r>) -> DisjunctiveParser<'a,'r>

CompiledName: .ctor

Instance members

Instance memberDescription
GatherImpl(seen)
Signature: seen:HashSet<DisjunctiveParser<'a,'r>> -> Parser<'a,'r> list
Fork me on GitHub