summaryrefslogtreecommitdiff
path: root/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
blob: 83648626ba5ee49396469c310bea0b5b14116f0b (plain)
1
2
3
4
5
6
7
8
9
10
some-terms-do-not-look-like-the-triggers-they-match.dfy(12,17): Warning: Selected triggers: {s[x]} (loops with {s[x + 1]})
 (!) Suppressing loops would leave this expression without triggers.
some-terms-do-not-look-like-the-triggers-they-match.dfy(15,17): Warning: For expression {x in s ==> s[x + 1] > 0}:
   Selected triggers: {s[x]} (loops with {s[x + 1]})
   (!) Suppressing loops would leave this expression without triggers.
some-terms-do-not-look-like-the-triggers-they-match.dfy(15,17): Warning: For expression {x in s ==> x + 2 !in s}:
   Selected triggers: {s[x]} (loops with {x + 2 !in s})
   (!) Suppressing loops would leave this expression without triggers.

Dafny program verifier finished with 2 verified, 0 errors