Arkadiusz Konior
Results
3
issues of
Arkadiusz Konior
User guide examples have few compilation errors when using Scala 3. For instance [here](https://github.com/typelevel/scalacheck/blob/main/doc/UserGuide.md?plain=1#L89): ``` [error] | val propReverseList = forAll { l: List[String] => l.reverse.reverse == l } [error]...
### Aim The command `nargo verify` is expected to execute much more quickly compared to `nargo prove`. In the PLONK system, the time it takes to verify should increase logarithmically...
bug