cryptol/tests/issues/issue128.cry

5 lines
127 B
Plaintext
Raw Normal View History

2014-10-24 01:20:04 +04:00
copy : [inf] -> [inf]
copy ([b] # x) = if b then [True] # copy x else [False] # copy x
property ok = copy ([True] # zero) @ 0