mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-20 00:15:27 +00:00
compiler/closure_gen.m:
New module containing the part of unify_gen.m concerned with creating
closures.
compiler/code_info.m:
Move a utility predicate here from unify_gen.m, since it is needed
by both the code moved to closure_gen.m and the code that stays
in unify_gen.m.
compiler/unify_gen.m:
Remove the code moved to other modules.
compiler/ll_backend.m:
compiler/notes/compiler_design.html:
Add the new module.