Skip to content
Snippets Groups Projects
Commit d85e65f0 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 21:18:40 by sof]

tidied up
parent 85a4daed
No related merge requests found
_interface_ CgBindery 1 _interface_ CgBindery 1
_exports_ _exports_
CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc LambdaFormInfo nukeVolatileBinds maybeAStkLoc maybeBStkLoc; CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc nukeVolatileBinds maybeAStkLoc maybeBStkLoc;
_declarations_ _declarations_
1 type CgBindings = Id.IdEnv CgIdInfo; 1 type CgBindings = Id.IdEnv CgIdInfo;
1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc CgBindery.LambdaFormInfo; 1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc ClosureInfo.LambdaFormInfo;
1 data VolatileLoc; 1 data VolatileLoc;
1 data StableLoc; 1 data StableLoc;
1 data LambdaFormInfo;
1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;; 1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;;
1 maybeAStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpAOffset ;; 1 maybeAStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpAOffset ;;
1 maybeBStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpBOffset ;; 1 maybeBStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpBOffset ;;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment