Andrew Coppin wrote: > But IIRC the Parsec library supports parsing of arbitrary tokens > (although presumably they have to be in Eq?) so maybe I should revise > that... They don't have be in Eq, because you supply your own token tests, using the token or tokenPrim functions. Tillmann