Skip to content
Snippets Groups Projects
Commit 510011cf authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-11-06 10:50:29 by simonpj]

Remove SpecEnv.hi-boot-5; hasnt been used for ages
parent 67b26a74
No related merge requests found
__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 ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment