enum-types: small enum types

[ bsd3, data, library ] [ Propose Tags ]

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.


[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, 0.1.1.0
Dependencies base (>=4.11.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 2019-03-16T00:53:33Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 1177 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-16 [all 1 reports]

Readme for enum-types-0.1.1.0

[back to package description]

quickcheck-enum

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