Re: Hat bug report: incorrectly lexing "__"

Malcolm Wallace <[email protected]> Wed, 30 Jun 2004 13:34:53 +0100
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Fergus Henderson <[email protected]> writes:

> 	f :: Int -> Int
> 	f __ = 42
> 
> The problem here seems to be that Hat is lexing "__" as two tokens,
> rather than one.

OK, thanks, fixed.

Regards,
    Malcolm