10 Oct
2006
10 Oct
'06
4:41 p.m.
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