summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgBindery.hi-boot
blob: f80decba35d26ba1eccd561542502f59893b7e73 (plain)
1
2
3
4
5
6
7
8
9
_interface_ CgBindery 1
_exports_
CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
_declarations_
1 type CgBindings = VarEnv.IdEnv CgIdInfo;
1 data CgIdInfo;
1 data VolatileLoc;
1 data StableLoc;
1 nukeVolatileBinds _:_ CgBindings -> CgBindings ;;