Okay, as I learned via my previous question, the RWH book is already out of date for QuickCheck. And despite all the posts I\'ve read that tell me how incredibly simple it i
For those who want to run all tests at once and provide their configuration:
return [] main = $forAllProperties (quickCheckWithResult stdArgs { maxSuccess = 500 })