Extract stream type of a given parser.
Extract value type of a given Parser.
Generic parse failure exception.
Convenience wrapper for Parser interface - parse a string, throw on failure.
Parsers that have ParserValue of Nothing produce no value on parse.
ParseFailure!string is shortcut for ParseFailure!(SimpleStream!string).