-
Here is cabal file for which prune-juice fails: [ https://github.com/wasp-lang/wasp/blob/main/waspc/waspc.cabal .](https://github.com/wasp-lang/wasp/blob/6cd38b0f942529d641b59b79eed49b4193df70c8/waspc…
-
Per YARPgen paper: one of the things they do is store constants that they've used in fuzzer state, then randomly choose to replay those constants (and permutations thereof) when constructing expressio…
-
Take https://mumuki.io/exercises/4258-programacion-funcional-practica-valores-y-funciones-comienzacona
A student submitted the following solution:
```
comienzaConA auja = head (auja) == 'a'
comi…
-
Thanks for building this library. I've been working with it a bit and have implemented a few improvements in my fork:
* Remove features that break the build:
https://github.com/joelburget/nibble/…
-
Is the use of doctests in `validate.sh` up to date? In `Makefile` we're using;
https://github.com/haskell/cabal/blob/28e2926e40e04eb0b6ca4377e2e394400f6263d6/Makefile#L6
https://github.com/haske…
-
It seems ambiguous if this does or does not insert into the database. I'm leaning no, but I'd love clarity / an update in the docs.
-
Hey, once again I have `pab` as dependency and need to manually include all the `source-repository` dependencies of it and other cardano packages external to CHaP.
Wouldn't it be a nice improvemen…
-
When `futures::executor::block_on` is called recursively it panics with:
```
thread 'main' panicked at 'cannot execute `LocalPool` executor from within another executor: EnterError', src/libcore/r…
-
I just tried out leksah.
The first thing I tried to do after it updated it's metadata was build my package.
I was met with a confusing error:
```
Now updating system metadata ...
Finished updating …
-
- [x] Support `rand` for `FBig` and `RBig`
- [x] Support `num-traits` for `FBig` and `RBig`
- [x] `Zero`, `One`, `FromPrimitive`, `ToPrimitive`, `Num`
- [x] `Euclid`, `Pow`
- [x] Support `…