ParseResult<a> parse(Parser<a> parser, String input)
Arguments
parser: The parser functioninput: The input String
Usage
Run a parser on an input, and return the parse result.
parser: The parser functioninput: The input StringRun a parser on an input, and return the parse result.