[Haskell-cafe] Propagating Parsec errors

Mark Carroll markc at chiark.greenend.org.uk
Thu Dec 2 09:48:07 EST 2004


Is there a way in Parsec to, within a parser, throw an error generated 
by another parser? For instance, something of type

	ParseError -> GenParser tok st a

or whatever.

-- Mark



More information about the Haskell-Cafe mailing list