File tree
7 files changed
+7
-7
lines changed- deps
- saw-core-sbv
7 files changed
+7
-7
lines changed- .github/workflows/crucible-go-build.yml+12-3
- .github/workflows/crucible-jvm-build.yml+12-3
- .github/workflows/crucible-wasm-build.yml+12-3
- .github/workflows/crux-llvm-build.yml+11-2
- .github/workflows/crux-mir-build.yml+12-3
- cabal.GHC-8.10.7.config+91-89
- cabal.GHC-8.8.4.config+92-90
- cabal.GHC-9.0.2.config+91-89
- cabal.GHC-9.2.4.config+74-76
- crucible-llvm/crucible-llvm.cabal+1-1
- crucible-llvm/test/Tests.hs+2-2
- crucible-wasm/crucible-wasm.cabal+2-2
- crux-llvm/crux-llvm.cabal+1-1
- crux-llvm/test/Test.hs+2-2
- crux/src/Crux/Config/Common.hs+21-1
- crux/src/Crux/Goal.hs+33-6
- dependencies/what4+1-1
- uc-crux-llvm/test/Utils.hs+1
- .github/ci.sh+2-1
- .github/workflows/ci.yml+7-4
- CHANGES.md+7-1
- Dockerfile+2-1
- README.md+4-4
- cabal.GHC-8.10.7.config+43-40
- cabal.GHC-9.2.4.config+45-42
- cabal.GHC-9.4.4.config+64-61
- cryptol-remote-api/Dockerfile+1-1
- cryptol-remote-api/cryptol-remote-api.cabal+5-5
- cryptol-remote-api/docs/Cryptol.rst+1-1
- cryptol-remote-api/python/cryptol/solver.py+3
- cryptol.cabal+3-3
- cryptol/Main.hs+1-1
- src/Cryptol/Backend/What4.hs+1
- src/Cryptol/Eval/SBV.hs+1
- src/Cryptol/Eval/What4.hs+1
- src/Cryptol/Parser/Unlit.hs+1-1
- src/Cryptol/Symbolic/SBV.hs+2
- src/Cryptol/Symbolic/What4.hs+9
- src/Cryptol/Utils/Patterns.hs+1
- tests/issues/issue1502.icry+1
- tests/issues/issue1502.icry.stdout+3
- tests/issues/issue1502.md+10
- tests/issues/issue1503.cry+4
- tests/issues/issue1503.icry+11
- tests/issues/issue1503.icry.stdout+4
- .gitmodules-3
- cabal.project.dist-1
- cabal.project.freeze.ghc-8.10.7+76-74
- cabal.project.freeze.ghc-8.8.4+77-75
- cabal.project.freeze.ghc-9.0.2+75-75
- cabal.project.freeze.ghc-9.2.2+75-75
- deps/asl-translator+1-1
- deps/crucible+1-1
- deps/semmc+1-1
- deps/what4+1-1
- deps/what4-serialize-1
- macaw-semmc/macaw-semmc.cabal+1-1
- symbolic/macaw-symbolic.cabal+1-1
- .github/workflows/gen_matrix.pl+1
- .github/workflows/test.yml+9-4
- dependencies/aig+1-1
- what4-abc/what4-abc.cabal+1-1
- what4-blt/what4-blt.cabal+1-1
- what4-transition-system/what4-transition-system.cabal+2-2
- what4/CHANGES.md+27-5
- what4/LICENSE+1-1
- what4/README.md+6
- what4/src/What4/Expr/App.hs+2
- what4/src/What4/Expr/Builder.hs+54-13
- what4/src/What4/Expr/VarIdentification.hs+2-3
- what4/src/What4/Interface.hs+56-2
- what4/src/What4/Protocol/SMTLib2.hs+398-16
- what4/src/What4/Protocol/SMTLib2/Response.hs+5-1
- what4/src/What4/Protocol/SMTLib2/Syntax.hs+34-1
- what4/src/What4/Protocol/SMTWriter.hs+90
- what4/src/What4/Protocol/VerilogWriter.hs+1
- what4/src/What4/Serialize/FastSExpr.hs+184
- what4/src/What4/Serialize/Log.hs+436
- what4/src/What4/Serialize/Normalize.hs+162
- what4/src/What4/Serialize/Parser.hs+1.1k
- what4/src/What4/Serialize/Printer.hs+779
- what4/src/What4/Serialize/SETokens.hs+259
- what4/src/What4/Solver/CVC5.hs+134
- what4/src/What4/Solver/Yices.hs+4
- what4/src/What4/Solver/Z3.hs+95-3
- what4/src/What4/Utils/AbstractDomains.hs+1
- what4/src/What4/Utils/OnlyIntRepr.hs+1
- what4/src/What4/Utils/Serialize.hs+127
- what4/test/InvariantSynthesis.hs+153
- what4/test/OnlineSolverTest.hs+1
- what4/test/SerializeTestUtils.hs+58
- what4/test/SerializeTests.hs+20
- what4/test/SolverParserTest.hs+1-1
- what4/test/SymFnTests.hs+242
- what4/what4.cabal+58-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments