v4.7.0
- Added
quickCheckGen
and some variants that specialize the properties to beGen
-based (for convenience when usingMonadGen
-constrained properties) - Added instances for
NonEmptyArray
andNonEmptyString
(@matthewleon)
quickCheckGen
and some variants that specialize the properties to be Gen
-based (for convenience when using MonadGen
-constrained properties)NonEmptyArray
and NonEmptyString
(@matthewleon)