> Hi GHC people,
> 
> I think there is a bug in hslibs/hssource/HsLexer.lhs
> 
> For the following code:
> 
>     foo = 1 Prelude.: []
> 
> The lexer mistakes the qualified constructor "Prelude.:" as a 
> variable.
> 
> The problem is due to the use of the variable 'c' instead of the
> variable 'c1' on line 290 of HsLexer.lhs

Thanks and well spotted.  I've applied your fix.

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to