Skip to content

Commit

Permalink
Add regression test for issues #1093 and #1094.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Mar 2, 2021
1 parent 4735117 commit 5ff4f5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/issues/issue1093.icry
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:set prover=z3
:prove \(xs:[12][0]) -> reverse (reverse xs) == xs
:prove \(xs:[0]) (ys:[0]) -> xs == ys
:prove \(xs:[0]) (ys:[0]) (zs:[0]) -> (xs # ys) # zs == xs # (ys # zs)
4 changes: 4 additions & 0 deletions tests/issues/issue1093.icry.stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Loading module Cryptol
Q.E.D.
Q.E.D.
Q.E.D.

0 comments on commit 5ff4f5b

Please sign in to comment.