mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +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
335 B
Plaintext
6 lines
335 B
Plaintext
:- module select.
|
|
|
|
:- pragma termination_info(select.select(builtin.out, builtin.in, builtin.out), finite(-1, [no, no, yes, no]), cannot_loop).
|
|
|
|
:- pragma termination2_info(select.select(builtin.out, builtin.in, builtin.out), constraints([eq([term(1, r(1, 1)), term(2, r(-1, 1)), term(3, r(1, 1))], r(-2, 1))]), not_set, cannot_loop).
|