FsGll


GParserResult<'a>

Namespace: FsGll.Parsers
Parent Module: Incremental

Constructors

ConstructorDescription
new(tail)
Signature: tail:StreamIndex -> GParserResult<'a>

CompiledName: .ctor

Instance members

Instance memberDescription
Failed
Signature: bool

CompiledName: get_Failed

Succeeded
Signature: bool
Modifiers: abstract

CompiledName: get_Succeeded

Tail
Signature: StreamIndex

CompiledName: get_Tail

Fork me on GitHub