nick8325 / quickcheck

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

Add quickcheck examples to shrinking challenge #313

Open jlink opened 4 years ago

jlink commented 4 years ago

There’s a repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge

Would be great to have quickcheck therein. We’re happy to take PRs.

UlfNorell commented 4 months ago

What's the objective, to show how QuickCheck performs out of the box, or to show how to get the challenges to shrink nicely?