
3 Nov
2004
3 Nov
'04
5:08 a.m.
The CVS HEAD branch of GHC seems to ignore the fixity of type constructors imported from another module... This breaks compiling of code that uses this feature: module1: type a b = a :+ b infixr 1 :+ module2: a :: Int :+ Float :+ Double a = undefined Gives a the wrong type. Keean
7504
Age (days ago)
7504
Last active (days ago)
0 comments
1 participants
participants (1)
-
Keean Schupke