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
305 B
Plaintext
6 lines
305 B
Plaintext
:- module overlap.
|
|
|
|
:- pragma termination_info(overlap.overlap(builtin.in, builtin.in), finite(0, [no, no, no]), cannot_loop).
|
|
|
|
:- pragma termination2_info(overlap.overlap(builtin.in, builtin.in), constraints([le([term(1, r(-1, 1))], r(-2, 1)), le([term(2, r(-1, 1))], r(-2, 1))]), not_set, cannot_loop).
|