nick8325 / quickcheck

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

'Falsifiable' message missing #219

Closed nick8325 closed 5 months ago

nick8325 commented 6 years ago
> quickCheck (forAllShrink arbitrary (const discard) odd)
*** Failed!  (after 1 test):             
0

Probably a discard in the shrink list should count as the property passing?