Skip to content

Commit

Permalink
Add regression test for issue #835.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Jul 28, 2020
1 parent 9a5b04a commit e48e9f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/issues/issue835.icry
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:m Float
:t (zero : Float 5 11) <$ zero
10 changes: 10 additions & 0 deletions tests/issues/issue835.icry.stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Loading module Cryptol
Loading module Cryptol
Loading module Float

[error] at <interactive>:1:1--1:28:
Unsolved constraints:
• SignedCmp (Float 5 11)
arising from
use of expression (<$)
at <interactive>:1:1--1:28

0 comments on commit e48e9f8

Please sign in to comment.