X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fspecialise%2FSpecEnv.hi-boot-5;fp=ghc%2Fcompiler%2Fspecialise%2FSpecEnv.hi-boot-5;h=0000000000000000000000000000000000000000;hb=510011cfe384b0a5bdf7734e09920d34f17d6811;hp=c02426ed9e3f37111103ce045b8fdba4dce77a51;hpb=67b26a743f460a12f43259642d0fc2951ffb76cb;p=ghc-hetmet.git diff --git a/ghc/compiler/specialise/SpecEnv.hi-boot-5 b/ghc/compiler/specialise/SpecEnv.hi-boot-5 deleted file mode 100644 index c02426e..0000000 --- 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 ; -