1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-20 06:21:56 +03:00
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