mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +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
329 B
Plaintext
16 lines
329 B
Plaintext
nested_t1.child.hello
|
|
nested_t1.child.hello
|
|
nested_t1.child.hello
|
|
nested_t1.child2.hello
|
|
nested_t1.child2.hello
|
|
t1 = nested_t1.child.foo
|
|
t2 = nested_t1.child.foo
|
|
t3 = nested_t1.child.foo
|
|
t4 = nested_t1.child2.foo
|
|
t5 = nested_t1.child2.foo
|
|
has_type_t1 = bar
|
|
has_type_t2 = bar
|
|
has_type_t3 = bar
|
|
has_type_t4 = bar
|
|
has_type_t5 = bar
|