[project @ 2005-01-04 09:19:50 by simonpj]
authorsimonpj <unknown>
Tue, 4 Jan 2005 09:19:50 +0000 (09:19 +0000)
committersimonpj <unknown>
Tue, 4 Jan 2005 09:19:50 +0000 (09:19 +0000)
Remove redundant Subst hi-boot files

ghc/compiler/coreSyn/Subst.hi-boot [deleted file]
ghc/compiler/coreSyn/Subst.hi-boot-5 [deleted file]
ghc/compiler/coreSyn/Subst.hi-boot-6 [deleted file]

diff --git a/ghc/compiler/coreSyn/Subst.hi-boot b/ghc/compiler/coreSyn/Subst.hi-boot
deleted file mode 100644 (file)
index e0627bb..0000000
+++ /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 (file)
index 7be51e9..0000000
+++ /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 (file)
index 065b99f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-module Subst where
-
-data Subst
-substTyWith :: [Var.TyVar] -> [TypeRep.Type] -> TypeRep.Type -> TypeRep.Type