summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
blob: 270f7e575e4106db7f917dabd582890e7b0cb3ca (plain)
1
2
3
4
5
6
7
8
loop-detection-is-not-too-strict.dfy(14,9): Info: Selected triggers:
   {P(y, x)}, {P(x, y)}
loop-detection-is-not-too-strict.dfy(17,9): Info: Selected triggers:
   {P(y, x)}, {P(x, y)}
loop-detection-is-not-too-strict.dfy(20,9): Warning: Selected triggers: {P(x, y)} (loops with {P(x, y + 1)})
 (!) Suppressing loops would leave this expression without triggers.

Dafny program verifier finished with 3 verified, 0 errors