FsGll


GParserResult<'a>

Namespace: FsGll.Parsers.Pure
Parent Module: Incremental

Constructors

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

CompiledName: .ctor

Instance members

Instance memberDescription
Failed
Signature: bool

CompiledName: get_Failed

Succeeded
Signature: bool
Modifiers: abstract

CompiledName: get_Succeeded

Tail
Signature: SwitchableArrayInputStream<'a>

CompiledName: get_Tail

Fork me on GitHub