ParseResult<'Parsed, 'T, 'State> Type
The result of running a parser: either the parsed value or a
ParseError{T,S}. Aliased to the BCL Result type so it
integrates with standard `Result.bind`/`Result.map` / `match` workflows.
The result of running a parser: either the parsed value or a
ParseError{T,S}. Aliased to the BCL Result type so it
integrates with standard `Result.bind`/`Result.map` / `match` workflows.