mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 12:53:47 +00:00
tests/submodules/*.m:
Rename modules as mentioned above.
Indent nested submodules to make them stand out.
Group foreign_procs by what predicate they implement, not by
their implementation language.
tests/submodules/*.m:
tests/submodules/*.err_exp:
tests/submodules/Mmakefile:
tests/submodules/Mercury.options:
Update all references to the moved modules.
16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
parent_t1.parent_t1_helper_1.hello
|
|
parent_t1.parent_t1_helper_1.hello
|
|
parent_t1.parent_t1_helper_1.hello
|
|
parent_t1.parent_t1_helper_2.hello
|
|
parent_t1.parent_t1_helper_2.hello
|
|
t1 = parent_t1.parent_t1_helper_1.foo
|
|
t2 = parent_t1.parent_t1_helper_1.foo
|
|
t3 = parent_t1.parent_t1_helper_1.foo
|
|
t4 = parent_t1.parent_t1_helper_2.foo
|
|
t5 = parent_t1.parent_t1_helper_2.foo
|
|
has_type_t1 = bar
|
|
has_type_t2 = bar
|
|
has_type_t3 = bar
|
|
has_type_t4 = bar
|
|
has_type_t5 = bar
|