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