summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
blob: a32e4a600e22ae4c8d815fac06cef096f8c81b6e (plain)
1
2
3
4
5
6
loop-detection-looks-at-ranges-too.dfy(11,17): Warning: Selected triggers: {P(x)} (may loop with "P(x + 1)")
 /!\ Suppressing loops would leave this expression without triggers.
loop-detection-looks-at-ranges-too.dfy(13,17): Warning: Selected triggers: {P(x)} (may loop with "P(x + 1)")
 /!\ Suppressing loops would leave this expression without triggers.

Dafny program verifier finished with 3 verified, 0 errors