blob: 6c76f9a8357df2aea73cc3bab2611cebe85a88dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TraitsDecreases.dfy(57,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
(0,0): anon0
TraitsDecreases.dfy(69,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
(0,0): anon0
TraitsDecreases.dfy(72,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
(0,0): anon0
TraitsDecreases.dfy(78,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
(0,0): anon0
TraitsDecreases.dfy(88,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
(0,0): anon0
Dafny program verifier finished with 63 verified, 5 errors
|