Files
mercury/compiler/notes
Zoltan Somogyi 9d0b590249 Move add_pred.m back to the make_hlds package.
compiler/hlds.m:
compiler/make_hlds.m:
compiler/notes/compiler_design.html:
    Move add_pred.m back to the make_hlds package. That is where it started,
    and that is where the users of its exported entities stll are,
    with the exception: the add_new_proc predicate.

compiler/add_pred.m:
compiler/hlds_pred.m:
    Move the add_new_proc predicate from add_pred.m to hlds_pred.m.

compiler/add_class.m:
compiler/add_clause.m:
compiler/add_foreign_proc.m:
compiler/add_pragma_tabling.m:
compiler/add_special_pred.m:
compiler/check_typeclass.m:
compiler/default_func_mode.m:
compiler/make_hlds_passes.m:
compiler/proc_requests.m:
    Conform to the changes above.
2024-05-10 07:41:35 +10:00
..