Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
510011cf
Commit
510011cf
authored
Nov 06, 2000
by
simonpj
Browse files
[project @ 2000-11-06 10:50:29 by simonpj]
Remove SpecEnv.hi-boot-5; hasnt been used for ages
parent
67b26a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/specialise/SpecEnv.hi-boot-5
deleted
100644 → 0
View file @
67b26a74
__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 ;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment