RE: GHC CVS HEAD bug!

Good point. I've fixed this (HEAD only), and added a test so it won't recur. Thanks! Simon | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users- | bounces@haskell.org] On Behalf Of Keean Schupke | Sent: 03 November 2004 10:08 | To: glasgow-haskell-users@haskell.org | Subject: GHC CVS HEAD bug! | | 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 | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (1)
-
Simon Peyton-Jones