Description
Connects Hedgehog property tests with the Hspec test framework. It lets developers write property-based tests and report them through the same Hspec structure used by the rest of a Haskell test suite.
This is helpful when tests need generated examples instead of only fixed inputs. It is a development library and normally appears as a dependency of Haskell test code.