cryptol/tests/issues/issue135.icry
2014-11-04 12:03:07 -08:00

3 lines
83 B
Plaintext

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