[project @ 1997-07-25 23:12:22 by sof]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.hi-boot
1 _interface_ CgBindery 1
2 _exports_
3 CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc nukeVolatileBinds maybeAStkLoc maybeBStkLoc;
4 _declarations_
5 1 type CgBindings = Id.IdEnv CgIdInfo;
6 1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc ClosureInfo!LambdaFormInfo;
7 1 data VolatileLoc;
8 1 data StableLoc;
9 1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;;
10 1 maybeAStkLoc _:_ CgBindery.StableLoc  -> PrelBase.Maybe HeapOffs.VirtualSpAOffset ;;
11 1 maybeBStkLoc _:_ CgBindery.StableLoc  -> PrelBase.Maybe HeapOffs.VirtualSpBOffset ;;