Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minad/quickcheck-special
Edge cases and special values for QuickCheck Arbitrary instances
https://github.com/minad/quickcheck-special
haskell quickcheck
Last synced: 3 months ago
JSON representation
Edge cases and special values for QuickCheck Arbitrary instances
- Host: GitHub
- URL: https://github.com/minad/quickcheck-special
- Owner: minad
- License: mit
- Created: 2016-11-02T16:46:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T17:56:07.000Z (about 7 years ago)
- Last Synced: 2024-05-02T00:32:10.438Z (8 months ago)
- Topics: haskell, quickcheck
- Language: Haskell
- Size: 27.3 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quickcheck-special: Edge cases and special values for QuickCheck Arbitrary instances
[![Hackage](https://img.shields.io/hackage/v/quickcheck-special.svg)](https://hackage.haskell.org/package/quickcheck-special)
[![Build Status](https://secure.travis-ci.org/minad/quickcheck-special.png?branch=master)](http://travis-ci.org/minad/quickcheck-special)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.* https://hackage.haskell.org/package/quickcheck-special