[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.hi-boot-5
1 __interface CgBindery 1 0 where
2 __export CgBindery CgBindings CgIdInfo{MkCgIdInfo} VolatileLoc StableLoc nukeVolatileBinds maybeStkLoc;
3 1 type CgBindings = VarEnv.IdEnv CgIdInfo;
4 1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo!LambdaFormInfo;
5 1 data VolatileLoc;
6 1 data StableLoc;
7 1 nukeVolatileBinds :: CgBindings -> CgBindings ;
8 1 maybeStkLoc :: StableLoc  -> PrelMaybe.Maybe AbsCSyn.VirtualSpOffset ;