Files
mercury/compiler/notes
Zoltan Somogyi 9c6f8a1e2c Split inst_make.m out of inst_util.m.
compiler/inst_util.m:
compiler/inst_make.m:
    Move all the parts of inst_util.m that depend on code that is
    properly in the check_hlds package to the new module inst_make.m,
    which is itself in the check_hlds package, leaving no need
    for the new, reduced inst_util.m to import check_hlds.m.

compiler/check_hlds.m:
    Add and document the new module.
compiler/notes/compiler_design.html:

compiler/inst_abstract_unify.m:
compiler/modecheck_unify.m:
compiler/unique_modes.m:
    Import the new module.
2025-10-09 00:51:29 +11:00
..