Paul Heymann

Results 4 issues of Paul Heymann

Currently, we experience an exponential growth of compile times with increasing API sizes. Taking a look at compiler statistics shows that we waste a lot of time during implicit resolution...

bug

I had to use some initial empty state to guarantee that `"path"` is translated into a `Witness`. Why? Because an extension of `String` using `implicit class` was not able to...

UX

Integrate [QuickCheck](https://github.com/david-christiansen/idris-quickcheck) into test framework.

help wanted
feature

I applied [Specdris](https://github.com/pheymann/specdris) to rewrite your unit tests: #### Advantages - nice dsl to create the tests and get formatted output - exit code depends on test result; if some...