From 510011cfe384b0a5bdf7734e09920d34f17d6811 Mon Sep 17 00:00:00 2001 From: simonpj <unknown> Date: Mon, 6 Nov 2000 10:50:29 +0000 Subject: [PATCH] [project @ 2000-11-06 10:50:29 by simonpj] Remove SpecEnv.hi-boot-5; hasnt been used for ages --- ghc/compiler/specialise/SpecEnv.hi-boot-5 | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ghc/compiler/specialise/SpecEnv.hi-boot-5 diff --git a/ghc/compiler/specialise/SpecEnv.hi-boot-5 b/ghc/compiler/specialise/SpecEnv.hi-boot-5 deleted file mode 100644 index c02426ed9e3f..000000000000 --- a/ghc/compiler/specialise/SpecEnv.hi-boot-5 +++ /dev/null @@ -1,7 +0,0 @@ -__interface SpecEnv 1 0 where -__export SpecEnv SpecEnv emptySpecEnv specEnvFreeVars isEmptySpecEnv ; -1 data SpecEnv a; -1 emptySpecEnv :: __forall [a] => SpecEnv a ; -1 isEmptySpecEnv :: __forall [a] => SpecEnv a -> PrelBase.Bool ; -1 specEnvFreeVars :: __forall [a] => (a -> VarSet.VarSet) -> SpecEnv a -> VarSet.VarSet ; - -- GitLab