mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +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
215 B
Plaintext
6 lines
215 B
Plaintext
:- module pl3_5_6.
|
|
|
|
:- pragma termination_info(pl3_5_6.p(builtin.out), infinite, can_loop).
|
|
|
|
:- pragma termination2_info(pl3_5_6.p(builtin.out), constraints([le([term(0, r(-1, 1))], r(-2, 1))]), not_set, can_loop).
|