-
Attempting to build `bench:cryptol-bench` fails with:
```
$ cabal build bench:cryptol-bench
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
- …
-
Spawned from #745
```
sawscript> prove_print z3 {{\(x:(Z 17)) -> \y -> x ^^ y == x ^^ y}};
saw: asPredType: unsupported dependent SAW-Core type
CallStack (from HasCallStack):
error, called a…
-
Want to add support for:
SUB subtitles
YouTube's SBV subtitles
LRC lyric files
-
when run cabal install regex-genex, report errors as follow, how to fix it:
os: os x yosemite
cabal: 1.22.6.0
ghc: 7.10.2
error:
Data/SBV/BitVectors/Data.hs:665:39:
No instance for (Applicative …
-
sbv-11.0 ([changelog](http://hackage.haskell.org/package/sbv-11.0/changelog)) (Levent Erkok @LeventErkok) is out of bounds for:
- [ ] grisette-0.8.0.0 (>=8.17 && < 11). Sirui Lu @lsrcz. Used by: li…
-
See https://github.com/lsrcz/grisette/actions/runs/9734648723/job/26862937631. The test for the (**) operator has failed during the random test.
The bug is most likely an sbv bug or a bug in our te…
lsrcz updated
3 months ago
-
Determining the solver version for `SBV.ABC` currently yields a string specific to the operating system.
For example, this is from Ubuntu:
```
$ abc -q "version;quit"
UC Berkeley, ABC 1.01 (comp…
-
Because the SBV multi-SAT procedure doesn't understand the semantics of a pair of integers as a rational number, it will enumerate different representatives of the same equivalence class of pairs of i…
-
When trying to get all of the scientific data for the High Altitude Flight experiment in version v3.13.0.0, I flew my third (and anticipated final) flight while running the experiment. The flight scen…
-
For example, it isn't clear what are the exact semantics of the integer division and modulus operations (`intDiv` and `intMod`). Currently they are de facto defined via their translation to SBV primi…