cryptol/tests/issues/issue135.icry
2016-08-18 16:05:23 -07:00

3 lines
83 B
Plaintext

:sat \(x : Bit) (y : Bit) -> x < y
:prove \(x : Bit) (y : Bit) -> x <= y \/ y <= x