1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-17 21:11:35 +03:00
cryptol/tests/issues/issue093.cry
2014-09-09 15:27:46 -04:00

5 lines
139 B
Plaintext

property t0 = True
property t1 x = x == (x : [32])
property t2 x y = if (x : [32]) < (y : [32]) then y != zero else True
not_a_prop = True