[project @ 2004-11-09 17:04:29 by sof]
[ghc-hetmet.git] / ghc / compiler / coreSyn / Subst.hi-boot-6
index 7be51e9..065b99f 100644 (file)
@@ -1,5 +1,4 @@
-__interface Subst 2 0 where
-__export Subst Subst substTyWith ;
-1 data Subst;
-1 substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type ;
+module Subst where
 
+data Subst
+substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type