From: simonpj Date: Tue, 4 Jan 2005 09:19:50 +0000 (+0000) Subject: [project @ 2005-01-04 09:19:50 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1306 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce82d32ed618ccb7d1c2dcf0550dd93f0a2898d1;p=ghc-hetmet.git [project @ 2005-01-04 09:19:50 by simonpj] Remove redundant Subst hi-boot files --- diff --git a/ghc/compiler/coreSyn/Subst.hi-boot b/ghc/compiler/coreSyn/Subst.hi-boot deleted file mode 100644 index e0627bb..0000000 --- a/ghc/compiler/coreSyn/Subst.hi-boot +++ /dev/null @@ -1,6 +0,0 @@ -_interface_ Subst 2 -_exports_ Subst Subst substTyWith ; -_declarations_ -1 data Subst; -1 substTyWith _:_ [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type ;; - diff --git a/ghc/compiler/coreSyn/Subst.hi-boot-5 b/ghc/compiler/coreSyn/Subst.hi-boot-5 deleted file mode 100644 index 7be51e9..0000000 --- a/ghc/compiler/coreSyn/Subst.hi-boot-5 +++ /dev/null @@ -1,5 +0,0 @@ -__interface Subst 2 0 where -__export Subst Subst substTyWith ; -1 data Subst; -1 substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type ; - diff --git a/ghc/compiler/coreSyn/Subst.hi-boot-6 b/ghc/compiler/coreSyn/Subst.hi-boot-6 deleted file mode 100644 index 065b99f..0000000 --- a/ghc/compiler/coreSyn/Subst.hi-boot-6 +++ /dev/null @@ -1,4 +0,0 @@ -module Subst where - -data Subst -substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type