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
205 B
Plaintext
6 lines
205 B
Plaintext
:- module ordered.
|
|
|
|
:- pragma termination_info(ordered.ordered(builtin.in), finite(0, [no]), cannot_loop).
|
|
|
|
:- pragma termination2_info(ordered.ordered(builtin.in), constraints([]), not_set, cannot_loop).
|