Skip to content

Commit

Permalink
Start adding tests for exponent TC checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mccleeary-galois committed Jul 29, 2024
1 parent 9a038e1 commit 8408a11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/issues/issue1489/issue1489.cry
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module ID where

id : {k} (fin k, k > 0) => [2^^k] -> [2^^k]
id x = join(split`{2,2^^(k-1)}x)
1 change: 1 addition & 0 deletions tests/issues/issue1489/issue1489.icry
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:load ./issue1489.cry
3 changes: 3 additions & 0 deletions tests/issues/issue1489/issue1489.icry.stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Loading module Cryptol
Loading module Cryptol
Loading module ID

0 comments on commit 8408a11

Please sign in to comment.