9a4ba58313411c8f7c56da4208ec01d33ad43abb
[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 ;;