I've been using LeanCheck for a few months now and it's wonderful! :) However I often find myself wanting to generate an example of some kind of data structure and then sample an element from it. With…
It would be fantastic if you could improve this module so that one gets progress reports during test runs. At the moment the behavior is such that nothing is printed at all until all leancheck test ha…
- we could either reuse the generator in `TinyLang.Field.Generators`, or
- write a new generator using [leancheck](https://github.com/rudymatela/leancheck#readme).
it seems that Numeric.Natural https://hackage.haskell.org/package/base-4.18.0.0/docs/Numeric-Natural.html is the standard non-negative integer type now.
I would welcome a Listable instance. Simply…
I find it peculiar that the monad here is not explicitly exposed, nor even mentioned in the docs. I currently have a module where I define it myself:
```
newtype Tiers a = Tiers {unTiers::[[a]]} d…
Consider the following MWE:
```haskell
module Main where
import Test.LeanCheck
f :: IO Bool
f = return True
g :: Int -> IO Bool
g _ = return True
main :: IO ()
main = do
check = [[…
Considering a rewrite, possibly in another language.
As such, I'll be pausing development on the `sql-parser` branch temporarily, reserving the right to walk back on this decision, and starting on …
This is a tracking issue to maintain a list for known to compile packages, from a recent stackage snapshot (`lts-16.27`).
```
/root/.asterius/.stack-work/install/x86_64-linux-tinfo6/9ac86446ee106c…
**Describe the bug**
`cabal-install` appears to allow using component names that `Cabal` can't parse. I'm not sure if this a bug with `cabal-install` being too lax or `Cabal` being too strict.
**…