summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgBindery.hi-boot-5
blob: f375fcc6e147df8375250d16df082932d6dc5c6f (plain)
1
2
3
4
5
6
7
__interface CgBindery 1 0 where
__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
1 type CgBindings = VarEnv.IdEnv CgIdInfo;
1 data CgIdInfo;
1 data VolatileLoc;
1 data StableLoc;
1 nukeVolatileBinds :: CgBindings -> CgBindings ;