quickcheck-special

Edge cases and special values for QuickCheck Arbitrary instances

https://github.com/minad/quickcheck-special#readme

Version on this page:0.1.0.4
LTS Haskell 22.13:0.1.0.6@rev:1
Stackage Nightly 2023-12-26:0.1.0.6@rev:1
Latest on Hackage:0.1.0.6@rev:1

See all snapshots quickcheck-special appears in

MIT licensed and maintained by Daniel Mendler
This version can be pinned in stack with:quickcheck-special-0.1.0.4@sha256:71f74bee395eb66adfef889a68e8500f33521f2006b6ef37965aba8e14036103,1490

Module documentation for 0.1.0.4

The standard Arbitrary instances of QuickCheck don't generate special values. This is fixed by this package which provides the newtype Special with an Arbitrary instance. The special values are given by the SpecialValues typeclass.