mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-05 15:07:12 +03:00
Add regression tests for issue #135.
This commit is contained in:
parent
80ec38fcf5
commit
0a7b39f944
2
tests/issues/issue135.icry
Normal file
2
tests/issues/issue135.icry
Normal file
@ -0,0 +1,2 @@
|
||||
:sat \(x : Bit) (y : Bit) -> x < y
|
||||
:prove \(x : Bit) (y : Bit) -> x <= y || y <= x
|
3
tests/issues/issue135.icry.stdout
Normal file
3
tests/issues/issue135.icry.stdout
Normal file
@ -0,0 +1,3 @@
|
||||
Loading module Cryptol
|
||||
(\(x : Bit) (y : Bit) -> x < y) False True = True
|
||||
Q.E.D.
|
Loading…
Reference in New Issue
Block a user