-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EXPERIMENT: Bump cryptol submodule to include GaloisInc/cryptol#1791
- Loading branch information
1 parent
8aaf505
commit 42145b1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cryptol
updated
24 files
+6 −4 | .github/workflows/docs.yml | |
+11 −0 | CHANGES.md | |
+2 −1 | Dockerfile | |
+68 −70 | cabal.GHC-9.4.8.config | |
+67 −69 | cabal.GHC-9.6.5.config | |
+67 −69 | cabal.GHC-9.8.2.config | |
+1 −1 | cryptol-remote-api/docs/Cryptol.rst | |
+3 −0 | cryptol-remote-api/python/cryptol/solver.py | |
+9 −3 | cryptol-remote-api/python/tests/cryptol/test_smt.py | |
+2 −2 | cryptol.cabal | |
+1 −1 | cryptol/Main.hs | |
+9 −1 | docs/RefMan/conf.py | |
+33 −1 | src/Cryptol/Eval/Reference.lhs | |
+11 −0 | src/Cryptol/REPL/Monad.hs | |
+2 −0 | src/Cryptol/Symbolic/SBV.hs | |
+8 −0 | src/Cryptol/Symbolic/What4.hs | |
+5 −1 | src/Cryptol/TypeCheck/InferTypes.hs | |
+35 −8 | src/Cryptol/TypeCheck/Solver/SMT.hs | |
+1 −2 | src/Cryptol/Utils/Ident.hs | |
+17 −0 | tests/issues/issue1249.icry | |
+18 −0 | tests/issues/issue1249.icry.stdout | |
+3 −0 | tests/issues/issue1786.cry | |
+7 −0 | tests/issues/issue1786.icry | |
+5 −0 | tests/issues/issue1786.icry.stdout |