quickcheck-classes: QuickCheck common typeclasses

[ bsd3, library, testing ] [ Propose Tags ]

This library provides quickcheck properties to ensure that typeclass instances the set of laws that they are supposed to. There are other libraries that do similar things, such as `genvalidity-hspec` and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn. The source code for this library should be easy to understand if you are already familiar with quickcheck. Open an issue if you feel that this is not the case.


[Skip to Readme]

Modules

[Index]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.4.10, 0.4.11, 0.4.11.1, 0.4.12, 0.4.13, 0.4.14, 0.4.14.1, 0.4.14.2, 0.4.14.3, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.2.1, 0.6.2.2, 0.6.3.0, 0.6.4.0, 0.6.5.0 (info)
Dependencies aeson, base (>=4.5 && <5), bifunctors, containers, primitive (>=0.6.1 && <0.6.4), QuickCheck (>=2.9 && <2.12), semigroupoids, semigroups, tagged, transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright 2017 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Revised Revision 2 made by HerbertValerioRiedel at 2019-01-13T09:41:40Z
Category Testing
Home page https://github.com/andrewthad/quickcheck-classes#readme
Source repo head: git clone https://github.com/andrewthad/quickcheck-classes
Uploaded by andrewthad at 2018-03-21T15:06:19Z
Distributions Arch:0.6.5.0, LTSHaskell:0.6.5.0, NixOS:0.6.5.0, Stackage:0.6.5.0
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 19687 total (141 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-03-21 [all 1 reports]

Readme for quickcheck-classes-0.4.1

[back to package description]

quickcheck-classes