Josef Svenningsson wrote: | module Foo where | | import List (\\) | | apa bepa cepa = bepa \\ cepa Shouldn't this be: import List((\\)) (Double parantheses: one for the module import, one for the operator.) /Koen _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
- possible bug? Jonathon Bell
- Re: possible bug? Josef Svenningsson
- Re: possible bug? Koen Claessen
- Re: possible bug? Josef Svenningsson
- Re: possible bug? Sigbjorn Finne
- Possible bug? Jonathon Bell
- RE: Possible bug? Simon Peyton-Jones
