summaryrefslogtreecommitdiff
path: root/Test/dafny0/DerivedTypes.dfy.expect
blob: 41c21410b4ad3490cb541213f1425298cb2e1a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DerivedTypes.dfy(74,11): Error: cannot find witness that shows type is inhabited (sorry, for now, only tried 0)
Execution trace:
    (0,0): anon0
DerivedTypes.dfy(76,49): Error: possible division by zero
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
DerivedTypes.dfy(87,14): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
DerivedTypes.dfy(95,12): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
DerivedTypes.dfy(97,14): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
DerivedTypes.dfy(104,16): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 24 verified, 6 errors