X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgBindery.hi-boot-5;h=f375fcc6e147df8375250d16df082932d6dc5c6f;hb=04db0e9fa47ce4dfbcb73ec1752d94195f3b394e;hp=548620193749bff382b9a9a64f89a266093eea9f;hpb=f99983264298cc8898e00912775955a8b3c02909;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-5 b/ghc/compiler/codeGen/CgBindery.hi-boot-5 index 5486201..f375fcc 100644 --- a/ghc/compiler/codeGen/CgBindery.hi-boot-5 +++ b/ghc/compiler/codeGen/CgBindery.hi-boot-5 @@ -1,8 +1,7 @@ __interface CgBindery 1 0 where -__export CgBindery CgBindings CgIdInfo{MkCgIdInfo} VolatileLoc StableLoc nukeVolatileBinds maybeStkLoc; +__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds; 1 type CgBindings = VarEnv.IdEnv CgIdInfo; -1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo!LambdaFormInfo; +1 data CgIdInfo; 1 data VolatileLoc; 1 data StableLoc; 1 nukeVolatileBinds :: CgBindings -> CgBindings ; -1 maybeStkLoc :: StableLoc -> PrelMaybe.Maybe AbsCSyn.VirtualSpOffset ;