mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-25 22:34:26 +00:00
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.