ParseError Module
Functions and values
Function or value | Description |
|
|
|
|
Full Usage:
create error position
Parameters: Returns: ParseResult<'Parsed, 'T, 'State>
Modifiers: inline Type parameters: 'T, 'State, 'Parsed |
|
Full Usage:
createNested error children position
Parameters:
ErrorType<'T, 'State>
children : ParseError<'T, 'State> list
position : Position<'State>
Returns: ParseResult<'Parsed, 'T, 'State>
Modifiers: inline Type parameters: 'T, 'State, 'Parsed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|