[Haskell-cafe] Re: Reinvention

Tillmann Rendel rendel at rbg.informatik.tu-darmstadt.de
Wed Jun 27 16:25:33 EDT 2007


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


More information about the Haskell-Cafe mailing list