mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-24 16:31:34 +03:00
Post-merge test suite fixups
This commit is contained in:
parent
23f22bbab7
commit
066cbd492e
@ -12,9 +12,9 @@ Loading module Main
|
||||
assuming
|
||||
• fin k
|
||||
the following constraints hold:
|
||||
• k >= n`908
|
||||
• k >= n`923
|
||||
arising from
|
||||
matching types
|
||||
at issue723.cry:7:17--7:19
|
||||
where
|
||||
n`908 is signature variable 'n' at issue723.cry:1:6--1:7
|
||||
n`923 is signature variable 'n' at issue723.cry:1:6--1:7
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
:set prover=z3
|
||||
|
||||
:prove \(n:Integer, p : Bit) -> p ==> (x != x where x = 2 ^^ n)
|
||||
:prove \(n:Integer, p : Bit) -> p ==> (x != x where x = (2 : Integer) ^^ n)
|
||||
:sat \(a:[8], b:[8]) -> a == ~zero /\ a@b == False
|
||||
:prove \(a:[8], b:[8]) -> a == zero ==> a@b == False
|
||||
|
||||
:set prover=w4-z3
|
||||
|
||||
:prove \(n:Integer, p : Bit) -> p ==> (x != x where x = 2 ^^ n)
|
||||
:prove \(n:Integer, p : Bit) -> p ==> (x != x where x = (2 : Integer) ^^ n)
|
||||
:sat \(a:[8], b:[8]) -> a == ~zero /\ a@b == False
|
||||
:prove \(a:[8], b:[8]) -> a == zero ==> a@b == False
|
||||
|
Loading…
Reference in New Issue
Block a user