quickcheck-enum-instances: arbitrary instances for small enum types

[ bsd3, library, testing ] [ Propose Tags ]

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]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
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:34:23Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 573 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-10-23 [all 1 reports]

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.