projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[project @ 2000-11-09 12:54:08 by simonmar]
[ghc-hetmet.git]
/
ghc
/
compiler
/
codeGen
/
CgBindery.hi-boot-5
1
__interface CgBindery 1 0 where
2
__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
3
1 type CgBindings = VarEnv.IdEnv CgIdInfo;
4
1 data CgIdInfo;
5
1 data VolatileLoc;
6
1 data StableLoc;
7
1 nukeVolatileBinds :: CgBindings -> CgBindings ;