GHC CVS HEAD bug!

Keean Schupke k.schupke at imperial.ac.uk
Wed Nov 3 05:08:09 EST 2004


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


More information about the Glasgow-haskell-users mailing list