quickcheck-enum-instances: arbitrary 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 Arbitrary 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), QuickCheck (>=2.9) [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/quickcheck-enum-instances
Bug tracker https://github.com/andrewthad/quickcheck-enum-instances/issues
Source repo head: git clone https://github.com/andrewthad/quickcheck-enum-instances
Uploaded by andrewthad at 2018-10-23T14:33:56Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for quickcheck-enum-instances-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.