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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
2%uint63
: int
2
: int
9223372036854775807
: int
427
: int
427
: int
427
: int
427
: int
427
: int
File "./output/Int63NumberSyntax.v", line 12, characters 11-17:
The command has indeed failed with message:
Cannot interpret this number as a value of type int
File "./output/Int63NumberSyntax.v", line 13, characters 11-17:
The command has indeed failed with message:
Cannot interpret this number as a value of type int
0
: int
0
: int
File "./output/Int63NumberSyntax.v", line 16, characters 12-14:
The command has indeed failed with message:
The reference xg was not found in the current environment.
File "./output/Int63NumberSyntax.v", line 17, characters 12-14:
The command has indeed failed with message:
The reference xG was not found in the current environment.
File "./output/Int63NumberSyntax.v", line 18, characters 13-15:
The command has indeed failed with message:
The reference x1 was not found in the current environment.
File "./output/Int63NumberSyntax.v", line 19, characters 12-13:
The command has indeed failed with message:
The reference x was not found in the current environment.
add 2 2
: int
File "./output/Int63NumberSyntax.v", line 21, characters 11-13:
The command has indeed failed with message:
Cannot interpret this number as a value of type int
File "./output/Int63NumberSyntax.v", line 22, characters 11-30:
The command has indeed failed with message:
Overflow in int63 literal: 9223372036854775808.
0x1
: int
2
: nat
2%uint63
: int
File "./output/Int63NumberSyntax.v", line 31, characters 0-37:
Warning: Overwriting previous delimiting key uint63 in scope uint63_scope
[overwriting-delimiting-key,parsing,default]
t = 2%ui63
: int
File "./output/Int63NumberSyntax.v", line 34, characters 0-36:
Warning: Overwriting previous delimiting key nat in scope nat_scope
[overwriting-delimiting-key,parsing,default]
File "./output/Int63NumberSyntax.v", line 34, characters 0-36:
Warning: Hiding binding of key uint63 to uint63_scope
[hiding-delimiting-key,parsing,default]
t = 2%ui63
: int
2
: nat
2
: int
File "./output/Int63NumberSyntax.v", line 41, characters 0-22:
Warning: Overwriting previous delimiting key ui63 in scope uint63_scope
[overwriting-delimiting-key,parsing,default]
File "./output/Int63NumberSyntax.v", line 41, characters 0-22:
Warning: Hiding binding of key uint63 to nat_scope
[hiding-delimiting-key,parsing,default]
(2 + 2)%uint63
: 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
|