[project @ 2004-02-12 02:04:59 by mthomas]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.hi-boot-4
1 _interface_ CgBindery 1 0
2 _exports_
3 CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
4 _declarations_
5 1 type CgBindings = VarEnv.IdEnv CgIdInfo;
6 1 data CgIdInfo;
7 1 data VolatileLoc;
8 1 data StableLoc;
9 1 nukeVolatileBinds _:_ CgBindings -> CgBindings ;;