[cvs-nhc98] patch applied (hat): Fix bug whereby the following
module failed to compile.
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:11:27 EDT 2006
Fri Dec 14 09:14:46 PST 2001 malcolm
* Fix bug whereby the following module failed to compile.
data Foo = Foo Int Bar deriving Show
data Bar = Bar Int Int deriving Show
a `Foo` (b `Bar` c) = 3 `Foo` (4 `Bar` 5)
The explicit associativity of the LHS pattern was being lost.
M ./src/compiler98/MkSyntax.hs -2 +2
More information about the Cvs-nhc98
mailing list