mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 05:21:57 +03:00
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
|