File tree
5 files changed
+5
-4
lines changed- cryptol-saw-core/src/Verifier/SAW
- deps
5 files changed
+5
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
| 674 | + | |
674 | 675 |
| |
675 | 676 |
| |
676 | 677 |
| |
|
- crucible-llvm/CHANGELOG.md+4-1
- crucible-llvm/crucible-llvm.cabal+1-1
- crucible-mir/CHANGELOG.md+6-3
- crucible-mir/crucible-mir.cabal+1-1
- crucible-symio/CHANGELOG.md+4
- crucible-symio/crucible-symio.cabal+1-1
- crucible/CHANGELOG.md+3-1
- crucible/crucible.cabal+1-1
- crux-llvm/CHANGELOG.md+5
- crux-llvm/crux-llvm.cabal+1-1
- crux-mir/CHANGELOG.md+5
- crux-mir/crux-mir.cabal+1-1
- crux/CHANGELOG.md+4
- crux/crux.cabal+1-1
- CHANGES.md+5-1
- README.md+1-1
- cryptol-remote-api/CHANGELOG.md+4-1
- cryptol-remote-api/cryptol-eval-server/Main.hs+9-1
- cryptol-remote-api/cryptol-remote-api.cabal+5-4
- cryptol-remote-api/cryptol-remote-api/Main.hs+11-3
- cryptol-remote-api/docs/Cryptol.rst+61-1
- cryptol-remote-api/python/CHANGELOG.md+5
- cryptol-remote-api/python/cryptol/commands.py+12
- cryptol-remote-api/python/cryptol/connection.py+9
- cryptol-remote-api/python/pyproject.toml+1-1
- cryptol-remote-api/src/CryptolServer/CheckDocstrings.hs+148
- cryptol-remote-api/src/CryptolServer/Exceptions.hs+7
- cryptol-remote-api/src/CryptolServer/Sat.hs+5-4
- cryptol.cabal+2-2
- docs/RefMan/BasicSyntax.rst+56-2
- docs/RefMan/conf.py+2-2
- src/Cryptol/Eval/Reference.lhs+92-20
- src/Cryptol/ModuleSystem/Interface.hs+2-2
- src/Cryptol/Parser.y+3-3
- src/Cryptol/Parser/AST.hs+3
- src/Cryptol/Parser/Layout.hs+4-2
- src/Cryptol/Parser/ParserUtils.hs+94-48
- src/Cryptol/Parser/Unlit.hs+28-13
- src/Cryptol/REPL/Command.hs+112-59
- src/Cryptol/REPL/Help.hs+10-10
- src/Cryptol/REPL/Monad.hs+19
- src/Cryptol/Symbolic/SBV.hs+26-10
- src/Cryptol/Symbolic/What4.hs+20-2
- src/Cryptol/TypeCheck/AST.hs+55-17
- src/Cryptol/TypeCheck/Infer.hs+6-9
- src/Cryptol/TypeCheck/Module.hs+11-4
- src/Cryptol/TypeCheck/ModuleInstance.hs+1-1
- src/Cryptol/TypeCheck/Monad.hs+8-6
- src/Cryptol/TypeCheck/SimpType.hs+15-3
- src/Cryptol/TypeCheck/Solver/Numeric.hs+26
- src/Cryptol/TypeCheck/Type.hs+8
- tests/docstrings/T01.cry+10-3
- tests/docstrings/T01.icry.stdout+16-1
- tests/docstrings/T02.cry+15-9
- tests/docstrings/T02.icry.stdout+15-1
- tests/docstrings/T03.icry.stdout+13
- tests/docstrings/T04.cry+6-1
- tests/docstrings/T04.icry.stdout+9-1
- tests/docstrings/T05.icry+2
- tests/docstrings/T05.icry.stdout+18
- tests/docstrings/T05.md+24
- tests/docstrings/T06.cry+23
- tests/docstrings/T06.icry+2
- tests/docstrings/T06.icry.stdout+10
- tests/docstrings/T07.cry+1
- tests/docstrings/T07.icry+2
- tests/docstrings/T07.icry.stdout+14
- tests/docstrings/T07F.cry+7
- tests/docstrings/T08.cry+16
- tests/docstrings/T08.icry+2
- tests/docstrings/T08.icry.stdout+14
- tests/docstrings/T09.cry+4
- tests/docstrings/T09.icry+2
- tests/docstrings/T09.icry.stdout+5
- tests/issues/issue1489/issue1489.cry+54
- tests/issues/issue1489/issue1489.icry+1
- tests/issues/issue1489/issue1489.icry.stdout+3
- tests/regression/float_reference_eval.icry+163
- tests/regression/float_reference_eval.icry.stdout+97
Submodule llvm-pretty updated 2 files
0 commit comments