Skip to content

Commit

Permalink
Issue #148 is fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Aug 15, 2015
1 parent dce6f99 commit d71fd8a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/issues/issue148.icry
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
:l issue148.cry
:sat (\(e:[64]) -> (e@@[8..24]) != zero)
1 change: 0 additions & 1 deletion tests/issues/issue148.icry.fails

This file was deleted.

20 changes: 19 additions & 1 deletion tests/issues/issue148.icry.stdout
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
Should load and typecheck cleanly - no errors. Once it does, I'll put in a smoketest of reasonable output.
Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at ./issue148.cry:2:1--9:10:
Defaulting type parameter 'bits'
of literal or demoted expression
at ./issue148.cry:4:34--4:35
to max 2 (width a`193)
[warning] at ./issue148.cry:2:1--9:10:
Defaulting 2nd type parameter
of expression take
at ./issue148.cry:6:10--6:14
to 16 * a`193
[warning] at <interactive>:1:1--1:36:
Defaulting type parameter 'bits'
of finite enumeration
at <interactive>:1:19--1:26
to 5
(\(e : [64]) -> (e @@ [8 .. 24]) != zero) 0x0000008000000000 = True

0 comments on commit d71fd8a

Please sign in to comment.