X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcoreSyn%2FSubst.hi-boot-5;h=7be51e9c8f08ec7c5ef8026d1632abfbf3bd1ded;hb=5d095cc1308afc5e539174f33fd3ff2bd9788bbd;hp=147065a003987f1b3c1b2594e53baff59e91a41a;hpb=69e14f75a4b031e489b7774914e5a176409cea78;p=ghc-hetmet.git diff --git a/ghc/compiler/coreSyn/Subst.hi-boot-5 b/ghc/compiler/coreSyn/Subst.hi-boot-5 index 147065a..7be51e9 100644 --- a/ghc/compiler/coreSyn/Subst.hi-boot-5 +++ b/ghc/compiler/coreSyn/Subst.hi-boot-5 @@ -1,6 +1,5 @@ -__interface Subst 1 0 where -__export Subst Subst mkTyVarSubst substTy ; +__interface Subst 2 0 where +__export Subst Subst substTyWith ; 1 data Subst; -1 mkTyVarSubst :: [Var.TyVar] -> [Type.Type] -> Subst ; -1 substTy :: Subst -> Type.Type -> Type.Type ; +1 substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type ;