mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 08:37:35 +03:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
onetwos = [1] # twoones
|
|
twoones = [2] # onetwos
|
|
|
|
check4 = onetwos @@ [0 .. 3] == [1, 2, 1, 2]
|