mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
v1 : [6]
|
||
|
v1 = 16
|
||
|
v2 : [6]
|
||
|
v2 = 32
|
||
|
|
||
|
check10a = v2 + v2 == 0
|
||
|
check10b = v1 * v2 == 0
|
||
|
|
||
|
check10 = check10a && check10b
|