simonpj 2003/03/20 04:20:07 PST
Modified files:
ghc/compiler/basicTypes Id.lhs
Log:
----------------------------------
Fix a long-standing egregious CorePrep bug
----------------------------------
**** Merge to Stable branch ****
CorePrep was eta-reducing
\x -> (# a,x #)
to
(#,#) a
which is utterly wrong. Easily fixed though.
Revision Changes Path
1.114 +7 -4 fptools/ghc/compiler/basicTypes/Id.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc