mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
b39c6e3702
closes #93
5 lines
139 B
Plaintext
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
|