[project @ 1999-05-28 19:24:26 by simonpj]
authorsimonpj <unknown>
Fri, 28 May 1999 19:24:42 +0000 (19:24 +0000)
committersimonpj <unknown>
Fri, 28 May 1999 19:24:42 +0000 (19:24 +0000)
commitf016a43fcbcca53a284e8d6206705ed468a97736
tree87a79f81e278e1a73efdcedfe7446da2220c7a21
parent29ad936c0443b6af87c26e19d61d1352ac5e7f3e
[project @ 1999-05-28 19:24:26 by simonpj]
Enable rules for simplification of SeqOp

Fix a related bug in WwLib that made it look as if the binder
in a case expression was being demanded, when it wasn't.
12 files changed:
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/codeGen/CgTailCall.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/coreSyn/CoreUnfold.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/simplCore/ConFold.lhs
ghc/compiler/simplCore/SimplCore.lhs
ghc/compiler/stgSyn/CoreToStg.lhs
ghc/compiler/stranal/SaAbsInt.lhs
ghc/compiler/stranal/StrictAnal.lhs
ghc/compiler/stranal/WwLib.lhs
ghc/compiler/typecheck/TcTyDecls.lhs