hedgehog-quickcheck-0.1: Use QuickCheck generators in Hedgehog and vice versa.

Safe HaskellNone
LanguageHaskell98

Test.QuickCheck.Hedgehog

Description

Use Hedgehog generators with QuickCheck.

Synopsis

Documentation

hedgehog :: Gen a -> Gen a Source #

Create a QuickCheck Gen from a Hedgehog Gen.

Note that this conversion does not preserve shrinking. There is currently no way to use Hedgehog's shrinking capability inside QuickCheck.