@hackage / quickcheck-special

Edge cases and special values for QuickCheck Arbitrary instances

Latest0.1.0.6

About

Metadata

  • Last updated , by minad
  • License MIT
  • Categories Testing
  • Maintained by: Daniel Mendler <mail@daniel-mendler.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Readme

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.