Re: 2 bugs in ghc-4
I don't think your modularity bug is a bug at all. It's simply the monomorphism restriction showing up. Change your definition of toZ to toZ :: Integral a => a -> Z toZ = toInteger and (I think) it'll work. -- Lennart
2 bugs in ghc-4
Since there occurred problems with e-mail delivery, i am sorry, i repeat the two bug reports for ghc-4-i386-linux. -- Sergey Mechveliani [EMAIL PROTECTED] * 1. The reduced `panic' example:ghc -c Bug.hs ft d