enum-types: small enum types

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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:

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.1.0
Change log None available
Dependencies base (>=4.9.1.0 && <5) [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Category Data
Home page https://github.com/andrewthad/quickcheck-enum
Bug tracker https://github.com/andrewthad/quickcheck-enum/issues
Source repo head: git clone https://github.com/andrewthad/quickcheck-enum
Uploaded by andrewthad at 2018-10-23T14:00:20Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for enum-types-0.1.0.0

[back to package description]

quickcheck-enum

This library provides several enumeration types that are intended to be used in QuickCheck properties.