hedgehogqa / scala-hedgehog

Release with confidence, state-of-the-art property testing for Scala.
https://hedgehogqa.github.io/scala-hedgehog
Other
260 stars 23 forks source link

Fix Gen filter #80

Open charleso opened 5 years ago

charleso commented 5 years ago

https://github.com/hedgehogqa/haskell-hedgehog/issues/281

The F# version is apparently correct:

https://github.com/hedgehogqa/fsharp-hedgehog/blob/d2fa38ddf4bedb1e6ea14d2d0c66fd41f0a567cc/src/Hedgehog/Gen.fs#L270-L282

jacobstanley commented 5 years ago

The haskell one is also correct now

moodmosaic commented 5 years ago

Yep, https://github.com/hedgehogqa/haskell-hedgehog/pull/282