cryptol/tests/issues/issue135.icry

3 lines
83 B
Plaintext
Raw Normal View History

2014-11-04 23:03:07 +03:00
:sat \(x : Bit) (y : Bit) -> x < y
:prove \(x : Bit) (y : Bit) -> x <= y \/ y <= x