f375fcc6e147df8375250d16df082932d6dc5c6f
[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 ;