remove empty dir
[ghc-hetmet.git] / 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 ;