nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
713 stars 119 forks source link

Combinator for discarding slow inputs #312

Closed isovector closed 5 months ago

isovector commented 4 years ago

Some algorithms just have slow, adversarial cases. The within combinator makes these cases fail, when instead I'd like just to discard them.

MaximilianAlgehed commented 5 months ago

discardAfter is what this issue is looking for.