[project @ 1997-11-25 18:00:56 by sof]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.hi-boot
1 _interface_ CgBindery 1
2 _exports_
3 CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc nukeVolatileBinds;
4 _declarations_
5 1 type CgBindings = Id.IdEnv CgIdInfo;
6 1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgMonad.StableLoc ClosureInfo!LambdaFormInfo;
7 1 data VolatileLoc;
8 1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;;