summaryrefslogtreecommitdiff
path: root/Test/triggers/wf-checks-use-the-original-quantifier.dfy.expect
blob: 6b152262e69f6ca2815a7409a9a0ba9e9804f6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
wf-checks-use-the-original-quantifier.dfy(26,11): Info: For expression {0 <= f(n)}:
   Selected triggers: {f(n)}
   Rejected triggers: {P(f(n))} (more specific than {f(n)})
wf-checks-use-the-original-quantifier.dfy(26,11): Info: For expression {P(f(n))}:
   Selected triggers: {f(n)}
   Rejected triggers: {P(f(n))} (more specific than {f(n)})
wf-checks-use-the-original-quantifier.dfy(27,11): Info: For expression {c != null}:
   Selected triggers:
     {c'.x, c.x}, {c'.x, c in s}, {c.x, c' in s}, {c' in s, c in s}
wf-checks-use-the-original-quantifier.dfy(27,11): Info: For expression {c' != null}:
   Selected triggers:
     {c'.x, c.x}, {c'.x, c in s}, {c.x, c' in s}, {c' in s, c in s}
wf-checks-use-the-original-quantifier.dfy(27,11): Info: For expression {c.x == c'.x}:
   Selected triggers:
     {c'.x, c.x}, {c'.x, c in s}, {c.x, c' in s}, {c' in s, c in s}

Dafny program verifier finished with 4 verified, 0 errors