blob: 96af456891302cf62da5cb9288fef78e1db5ff3f (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
2%int63
: int
2
: int
9223372036854775807
: int
427
: int
427
: int
427
: int
427
: int
427
: int
The command has indeed failed with message:
Cannot interpret this number as a value of type int
The command has indeed failed with message:
Cannot interpret this number as a value of type int
0
: int
0
: int
The command has indeed failed with message:
The reference xg was not found in the current environment.
The command has indeed failed with message:
The reference xG was not found in the current environment.
The command has indeed failed with message:
The reference x1 was not found in the current environment.
The command has indeed failed with message:
The reference x was not found in the current environment.
add 2 2
: int
The command has indeed failed with message:
Cannot interpret this number as a value of type int
The command has indeed failed with message:
overflow in int63 literal: 9223372036854775808
0x1
: int
2
: nat
2%int63
: int
t = 2%i63
: int
t = 2%i63
: int
2
: nat
2
: int
(2 + 2)%int63
: int
2 + 2
: int
= 4
: int
= 37151199385380486
: int
= 4
: int
= 4
: int
= 4
: int
= add
: int -> int -> int
= 12
: int
= 12
: int
= 12
: int
= 3 + x
: int
= 1 + 2 + x
: int
|