cryptol/tests/issues/issue083.cry

3 lines
73 B
Plaintext
Raw Normal View History

2014-09-04 21:14:35 +04:00
x : ([31], [31]) -> [32]
x (y, z) = w
where w = (zero # y) + (zero # z)