enum-types

small enum types

https://github.com/andrewthad/quickcheck-enum

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]

This library provides small enumeration types intended to be used in test suites. This is most useful when used with a companion package that provides orphan instances:

  • quickcheck-enum-instances

  • leancheck-enum-instances

The value these types provide is that they allow the user to be selective about the number of inhabitants a tested type should have.