Parse::ParseResult<a>
Constructors
- Success(a val)
- ParseError(String err,Int line,Int pos)
Usage
This data type represents the results of parsing a String - either an object of the same type as the parser, or an error containing details and a location.