testing-feat: Functional Enumeration of Algebraic Types
Feat (Functional Enumeration of Algebraic Types) provides
enumerations as functions from natural numbers to values
(similar to toEnum
but for any algebraic data type). This
can be used for SmallCheck-style systematic testing,
QuickCheck style random testing, and hybrids of the two.
The enumerators are defined in a very boilerplate manner and there is a Template Haskell script for deriving the class instance for most types. Test.Feat contain a subset of the other modules that should be sufficient for most test usage. There are some small and large example in the tar ball. Builds with haskell-platform-2012-2.0.0 and with ghc-7.6.1.
Modules
[Index]
Downloads
- testing-feat-0.4.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.0.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 1.0.0.0, 1.0.1.0, 1.1.0.0, 1.1.1.0, 1.1.1.1 |
---|---|
Dependencies | base (>=4.5 && <=4.9), mtl (>=1 && <3), QuickCheck (>2 && <3), tagshare (<0.1), template-haskell (>=2.5 && <2.11) [details] |
License | BSD-3-Clause |
Copyright | Jonas Duregård |
Author | Jonas Duregård |
Maintainer | jonas.duregard@gmail.com |
Revised | Revision 1 made by JonasDuregard at 2015-01-20T07:39:48Z |
Category | Testing |
Uploaded | by JonasDuregard at 2014-04-15T08:59:08Z |
Distributions | LTSHaskell:1.1.1.1, NixOS:1.1.1.1, Stackage:1.1.1.1 |
Reverse Dependencies | 4 direct, 33 indirect [details] |
Downloads | 20221 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |