haskell-hedgehog-classes
haskell-hedgehog-classes copied to clipboard
lawsCheck and lawsCheckOne: call exitFailure on failure?
lawsCheckMany does this. however, sometimes people will use the other two functions in test suites. failures there don't cause a test-suite failure. this could be fixed by making sure that all lawsCheck
functions call exitFailure
on a failed test.