[project @ 2005-01-23 18:50:40 by wolfgang]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.hi-boot
1 _interface_ CgBindery 1
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 ;;