Represents a value that was produced via consultation of a builder
A projection as if the ParserRetVal were a Complex
Represents an attempt at parsing that was unsuccessful
Represents an attempt at parsing that was unsuccessful
a string describing the failure
the location in the input of the error. The meaning of idx depends on the Parser's Input; if the Input is a character sequence, then idx might be the index of the character that caused a problem.
Represents a value that was produced by the parser without builder consultation
A projection as if the ParserRetVal were a primitive
Convert a Left to a Failure and a Right to a Complex
Convert a Left to a Failure and a Right to a Primitive
A container for the types of ParserRetVals
3.0.1
3.0