mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
x : ([31], [31]) -> [32]
|
|
x (y, z) = w
|
|
where w = (zero # y) + (zero # z) |