mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-05-01 17:24:34 +00:00
Estimated hours taken: 0.1 tests/warnings/simple_code.exp: Add some extra warnings caused by the disabling of double negation removal.
13 lines
875 B
Plaintext
13 lines
875 B
Plaintext
simple_code.m:010: Warning: this disjunct will never have any solutions.
|
|
simple_code.m:015: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:035: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:042: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:020: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:025: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:030: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:028: Warning: the negated goal cannot fail.
|
|
simple_code.m:028: Warning: the negated goal cannot succeed.
|
|
simple_code.m:033: Warning: the negated goal cannot succeed.
|
|
simple_code.m:039: Warning: call to obsolete predicate `simple_code:obsolete/0'.
|
|
simple_code.m:099: Warning: recursive call will lead to infinite recursion.
|