cryptol/tests/issues/issue128.cry
2014-10-23 14:20:04 -07:00

5 lines
127 B
Plaintext

copy : [inf] -> [inf]
copy ([b] # x) = if b then [True] # copy x else [False] # copy x
property ok = copy ([True] # zero) @ 0