cryptol/tests/issues/issue406.icry

7 lines
299 B
Plaintext
Raw Normal View History

f 0 where f x = if x == 0 then 0x0 else x ^ f 0
f 0 where f x = if x == 0 then 0x0 else x + f 0
f 0 where f x = if x == 0 then 0x0 else x << f 0
f 0 where f x = if x == 0 then 0x0 else x <<< f 0
f 0 where f x = if x == 0 then 0x0 else [x] @ f 0
f 0 where f x = if x == 0 then 0x0 else [x ...] @ f 0