-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #530 from GaloisInc/combine-repos
Update for cryptol-verifier -> cryptol-saw-core.
- Loading branch information
Showing
7 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cryptol
updated
21 files
+13 −27 | CHANGES.md | |
+11 −0 | lib/Float.cry | |
+41 −28 | src/Cryptol/Eval.hs | |
+42 −42 | src/Cryptol/Eval/Concrete.hs | |
+129 −13 | src/Cryptol/TypeCheck/Solver/Class.hs | |
+23 −2 | src/Cryptol/TypeCheck/Type.hs | |
+2 −0 | tests/issues/issue835.icry | |
+11 −0 | tests/issues/issue835.icry.stdout | |
+2 −0 | tests/issues/issue845.cry | |
+11 −0 | tests/issues/issue845.icry | |
+71 −0 | tests/issues/issue845.icry.stdout | |
+14 −0 | tests/issues/issue850.cry | |
+2 −0 | tests/issues/issue850.icry | |
+4 −0 | tests/issues/issue850.icry.stdout | |
+16 −0 | tests/issues/issue851.cry | |
+2 −0 | tests/issues/issue851.icry | |
+5 −0 | tests/issues/issue851.icry.stdout | |
+365 −0 | tests/regression/instance.cry | |
+122 −0 | tests/regression/instance.icry | |
+543 −0 | tests/regression/instance.icry.stdout | |
+2 −2 | win32/cryptol.wxs |
Submodule cryptol-verifier
deleted from
f72b9c
Submodule saw-core
updated
17 files