summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
blob: 6f5ed3d76ad089c0be12c594f6d58a826753bbef (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)} (may loop with {P(x, y + 1)})
 (!) Suppressing loops would leave this expression without triggers.

Dafny program verifier finished with 3 verified, 0 errors