Description
Adds SmallCheck integration to Hspec test suites. SmallCheck explores small input values systematically, which helps find edge cases without writing every example by hand.
This is useful for Haskell developers who want property-style testing inside Hspec. It is used by test code and does not provide a graphical or standalone command interface.