ParserCE Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.Bind
Parameters: Returns: Reader<'T, 'State, 'Input> -> ParseResult<'B, 'T, 'State>
Modifiers: inline Type parameters: 'A, 'T, 'State, 'Input, 'B |
|
Full Usage:
this.BindReturn
Parameters:
Parser<'A, 'T, 'State, 'Input>
mapping : 'A -> 'B
Returns: Reader<'T, 'State, 'Input> -> Result<'B, ParseError<'T, 'State>>
Modifiers: inline Type parameters: 'A, 'T, 'State, 'Input, 'B |
|
Full Usage:
this.Combine
Parameters: Returns: Reader<'T, 'State, 'Input> -> ParseResult<'Parsed, 'T, 'State>
Modifiers: inline Type parameters: 'T, 'State, 'Input, 'Parsed |
|
Full Usage:
this.Delay
Parameters:
unit -> Parser<'A, 'T, 'State, 'Input>
Returns: Reader<'T, 'State, 'Input> -> ParseResult<'A, 'T, 'State>
Modifiers: inline Type parameters: 'A, 'T, 'State, 'Input |
|
|
|
Full Usage:
this.Return
Parameters:
'A
Returns: Parser<'A, 'T, 'State, 'Input>
Modifiers: inline Type parameters: 'A, 'T, 'State, 'Input |
|
|
|
|
|
|
|
|
|
|
|
|