quickCheck package:hedgehog-quickcheck

Create a Hedgehog Gen from a QuickCheck Gen. By default the Gen created will not have any shrinking, you can use Gen.shrink if you have a shrink function which you would like to apply.
Use QuickCheck generators and Arbitrary instances with Hedgehog.
Use QuickCheck generators in Hedgehog and vice versa. Use QuickCheck generators in Hedgehog and vice versa. Hedgehog is a modern property-based testing system, in the spirit of QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the invariants of generated values by construction. To get started quickly, see the examples: <https://github.com/hedgehogqa/haskell-hedgehog/tree/master/hedgehog-