mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 01:13:34 +03:00
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
:sat \(x : Bit) (y : Bit) -> x < y
|
|
:prove \(x : Bit) (y : Bit) -> x <= y \/ y <= x
|