possible bug?

Josef Svenningsson josefs@cs.chalmers.se
Fri, 2 Mar 2001 11:09:29 +0100 (MET)


Koen Claessen wrote:

> 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.)
>
You're right, ofcourse. (*slapping the forehead*)

Sorry to bother you all.

	/Josef