[project @ 2001-07-20 16:48:20 by simonpj]
authorsimonpj <unknown>
Fri, 20 Jul 2001 16:48:21 +0000 (16:48 +0000)
committersimonpj <unknown>
Fri, 20 Jul 2001 16:48:21 +0000 (16:48 +0000)
commit5d095cc1308afc5e539174f33fd3ff2bd9788bbd
tree0f18125d2d44db43074fa757cd6173628c2779d5
parente3defabc698eb976504f750eee1258fe400a8352
[project @ 2001-07-20 16:48:20 by simonpj]
This commit adds the very convenient function

  Subst.substTyWith :: [TyVar] -> [Type] -> Type -> Type

and uses it in various places.
ghc/compiler/basicTypes/DataCon.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/coreSyn/Subst.hi-boot
ghc/compiler/coreSyn/Subst.hi-boot-5
ghc/compiler/coreSyn/Subst.lhs
ghc/compiler/deSugar/DsBinds.lhs
ghc/compiler/hsSyn/HsTypes.lhs
ghc/compiler/ilxGen/IlxGen.lhs
ghc/compiler/typecheck/Inst.lhs