mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
compiler/parse_tree_out_sym_name.m:
As above.
tests/invalid/*.err_exp:
tests/term/*.trans_opt_exp:
tests/warnings/test_tscp.exp:
Update these files to expect the *absence* of unnecessary parentheses
around sym_names.
tests/term/foreign_valid.m:
Export some pragmas to avoid warnings that are irrelevant to the test.
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
:- module existential_error2.
|
|
|
|
:- pragma termination_info(existential_error2.construct_list_of_any(builtin.out), finite(1, [no]), cannot_loop).
|
|
|
|
:- pragma termination2_info(existential_error2.construct_list_of_any(builtin.out), constraints([eq([term(0, r(1, 1))], r(2, 1))]), not_set, cannot_loop).
|