patch applied (hat): Fix bug whereby the following module failed to compile.
10 Oct
2006
10 Oct
'06
11:11 a.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
7027
Age (days ago)
7027
Last active (days ago)
0 comments
1 participants
participants (1)
-
Malcolm Wallace