Robert Krook

Results 3 issues of Robert Krook

Printing is super expensive; I just ran a property where each test case takes very little time. 200 000 tests took 14 seconds, but 200 000 tests with `chatty =...

performance

Support for running tests in parallel, fixes #180, and addresses #352. Packages like Tasty already have support for running multiple properties in parallel (calling `quickCheck` more than once in parallel),...

enhancement

As discussed in our meeting, this does not compile ```haskell module Example(fac, main) where import Data.TypeLits import Data.Proxy type LocTy = Symbol type LocTm = String toLocTm :: forall (l...