summaryrefslogtreecommitdiff
path: root/Test/dafny0/Newtypes.dfy.expect
blob: 8e6ff4c5e5862d59986ac42c6711314649e8d7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Newtypes.dfy(74,11): Error: cannot find witness that shows type is inhabited (sorry, for now, only tried 0)
Execution trace:
    (0,0): anon0
Newtypes.dfy(76,45): Error: possible division by zero
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
Newtypes.dfy(87,14): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(95,12): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
Newtypes.dfy(97,14): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
Newtypes.dfy(104,16): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(177,14): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(193,64): Error: index 0 out of range
Execution trace:
    (0,0): anon0
    (0,0): anon32_Then
    (0,0): anon33_Then
    (0,0): anon16
Newtypes.dfy(194,67): Error: index 1 out of range
Execution trace:
    (0,0): anon0
    (0,0): anon34_Then
    (0,0): anon35_Then
    (0,0): anon19
Newtypes.dfy(222,16): Error: new number of occurrences might be negative
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then
Newtypes.dfy(225,40): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon8_Then
Newtypes.dfy(237,19): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    Newtypes.dfy(236,5): anon9_LoopHead
    (0,0): anon9_LoopBody
    (0,0): anon10_Then
Newtypes.dfy(277,19): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    Newtypes.dfy(276,5): anon9_LoopHead
    (0,0): anon9_LoopBody
    (0,0): anon10_Then

Dafny program verifier finished with 60 verified, 13 errors