Description
arbitrary instances for small enum types.
Description
Instances of the Arbitrary
typeclass for all of the types in `enum-types`. These are orphan instances, so this should only be used in test suites.
README.md
quickcheck-enum
This library provides several enumeration types that are intended to be used in QuickCheck
properties.