summaryrefslogtreecommitdiff
path: root/Test/dafny0/Newtypes.dfy.expect
blob: 425ee9a9a1e9f69213a1c050dbf92adee53540b7 (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,10): Error: cannot find witness that shows type is inhabited (sorry, for now, only tried 0)
Execution trace:
    (0,0): anon0
Newtypes.dfy(76,44): Error: possible division by zero
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
Newtypes.dfy(87,13): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(95,11): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
Newtypes.dfy(97,13): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
Newtypes.dfy(104,15): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(177,13): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
Newtypes.dfy(193,63): 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,66): 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,15): Error: new number of occurrences might be negative
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then
Newtypes.dfy(225,39): Error: result of operation might violate newtype constraint
Execution trace:
    (0,0): anon0
    (0,0): anon8_Then
Newtypes.dfy(237,18): 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,18): 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