[project @ 2000-11-15 17:07:34 by simonpj]
authorsimonpj <unknown>
Wed, 15 Nov 2000 17:07:36 +0000 (17:07 +0000)
committersimonpj <unknown>
Wed, 15 Nov 2000 17:07:36 +0000 (17:07 +0000)
commitea659be5faea43df1b2c113d2f22947dff23367e
treee606f6675a9865fd5d2f74c307735d785bc06334
parent894a579234e98634a0f50df380d88813e167d368
[project @ 2000-11-15 17:07:34 by simonpj]
I finally got tired of not having
splitTyConApp
tyConAppTyCon
tyConAppArgs

(Previously we called splitTyConApp_maybe,
 but it's a pain in the neck.)
17 files changed:
ghc/compiler/codeGen/CgExpr.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/deSugar/Desugar.lhs
ghc/compiler/deSugar/DsForeign.lhs
ghc/compiler/main/HscMain.lhs
ghc/compiler/prelude/PrelRules.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/simplCore/CSE.lhs
ghc/compiler/simplCore/SimplUtils.lhs
ghc/compiler/simplCore/Simplify.lhs
ghc/compiler/stgSyn/CoreToStg.lhs
ghc/compiler/typecheck/TcEnv.lhs
ghc/compiler/typecheck/TcExpr.lhs
ghc/compiler/typecheck/TcModule.lhs
ghc/compiler/types/InstEnv.lhs
ghc/compiler/types/Type.lhs
ghc/compiler/usageSP/UsageSPInf.lhs