Description
Bridges hspec and hedgehog so property tests can fit into an Hspec-based Haskell test suite. This helps projects combine example-based tests with generated test cases in one reporting flow.
Use it when a Haskell project already uses Hspec and wants Hedgehog's property testing. It is a development library and is usually pulled in by test code.