[project @ 2003-03-20 12:20:06 by simonpj]
authorsimonpj <unknown>
Thu, 20 Mar 2003 12:20:06 +0000 (12:20 +0000)
committersimonpj <unknown>
Thu, 20 Mar 2003 12:20:06 +0000 (12:20 +0000)
commitf6c8cfd4faf6b202fb128054a2c56c7c842be77b
tree6ce745c664f307d9d84bec73ba91c9e6fca73aa1
parent9542c4d4299fdcbbd27767adf53c9b81ebf12a50
[project @ 2003-03-20 12:20:06 by simonpj]
----------------------------------
      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.
ghc/compiler/basicTypes/Id.lhs