Post-merge test suite fixups

This commit is contained in:
Rob Dockins 2020-05-26 17:45:42 -07:00
parent 23f22bbab7
commit 066cbd492e
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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