FsGll


GParserResult<'a>

Namespace: FsGll
Parent Module: PureParsers

Constructors

ConstructorDescription
new(tail)
Signature: tail:InputStream<'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: InputStream<'a>

CompiledName: get_Tail

Fork me on GitHub