-
I don't have an example. Also, contrary to the message, I don't think the error is my fault...
-
GHC 9.6.5
Hi there,
I just ran into an Overlapping Instance between `Queriable m (t (SBV a))` and a custom `Queriable` instance over a Traversble type I'm defining (the Traversable instance is to …
-
This ticket is intended to capture ideas for a `cabal watch` command to give functionality along the lines of `ghcid`. In particular, one should be able to "watch" a component just as one `new-repl`s …
gbaz updated
9 months ago
-
I often `trace` my programs together with `wpProveWith` , which means I have one or more initial states to test. Wouldn't it make sense to let a user pass their own initial state, to compare the outco…
-
### What product(s) is this story for?
OpenChallenges
### As a user, I want
_No response_
### Description
> [!IMPORTANT]
> This initial goal of this ticket was to clarify one type of…
-
I implemented DRBG Generate function in C and Cryptol and used SAW script. After executing , it gives output :
[08:02:28.976] Verifying generate ...
[08:02:29.045] Simulating generate ...
[08:0…
-
I was trying a proof using `unint_yices` and encountered this error message
Could not create sbv argument for Vec (64) (Bool))
The actual problem, as I eventually found out, is that I had as…
-
**Describe the bug**
See title. Gladiator stance incorrectly gives a 10% SBV bonus instead of a 10% chance to block bonus.
https://github.com/wowsims/sod/blob/b3b01ce3e413f78576f4e8948e987f14d5e40…
-
This issue motivates and gives context for https://github.com/idontgetoutmuch/random/pull/102, where I have implemented a method that lets us generate every representable number in the inclusive unit …
-
SAW can usually produce counterexamples (and additional details) when verification fails. However, these are not displayed to the user when using SAW through the Python interface.
It would be ideal…