GHC CVS HEAD bug!

Simon Peyton-Jones simonpj at microsoft.com
Tue Nov 9 08:29:43 EST 2004


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 at haskell.org
[mailto:glasgow-haskell-users-
| bounces at haskell.org] On Behalf Of Keean Schupke
| Sent: 03 November 2004 10:08
| To: glasgow-haskell-users at 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 at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


More information about the Glasgow-haskell-users mailing list