f08f94557a4e823b4fe3bad9ff830d89c61806ed
[ghc-hetmet.git] / ghc / compiler / specialise / SpecEnv.hi-boot-5
1 __interface SpecEnv 1 0 where
2 __export SpecEnv SpecEnv emptySpecEnv specEnvFreeVars isEmptySpecEnv ;
3 1 data SpecEnv a;
4 1 emptySpecEnv :: __forall [a] => SpecEnv a ;
5 1 isEmptySpecEnv :: __forall [a] => SpecEnv a -> PrelBase.Bool ;
6 1 specEnvFreeVars :: __forall [a] => (a -> VarSet.IdOrTyVarSet) -> SpecEnv a -> VarSet.IdOrTyVarSet ;
7