Skip to content

Commit

Permalink
Add regression test for #667.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Dec 6, 2019
1 parent c230e23 commit 4da0f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/issues/issue667.icry
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:prove \x -> (if x then { a = True, b = False } else { b = False, a = True }).a
2 changes: 2 additions & 0 deletions tests/issues/issue667.icry.stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Loading module Cryptol
Q.E.D.

0 comments on commit 4da0f19

Please sign in to comment.