
27 Jun
2007
27 Jun
'07
4:25 p.m.
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