mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +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) |