leancheck-enum-instances: listable instances for 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]

Instances of the Listable typeclass for all of the types in `enum-types`. These are orphan instances, so this should only be used in test suites.


[Skip to Readme]

Properties

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

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for leancheck-enum-instances-0.1.0.0

[back to package description]

leancheck-enum-instances

This library provides orphan instances for several small enumeration types. These give the user fine-grained control of how many inhabitants a type has.