Popularity
6.7
Declining
Activity
0.0
Stable
13
2
9

Monthly Downloads: 373
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing     QuickCheck    

quickcheck-instances alternatives and similar packages

Based on the "quickcheck" category.
Alternatively, view quickcheck-instances alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of quickcheck-instances or a related project?

Add another 'quickcheck' Package

README

quickcheck-instances Build Status

This package provides instances for the classes in the QuickCheck Haskell library.

QuickCheck itself doesn't ship with instances for types outsde of the base package, however there are a lot more types which are commonly used within Haskell libraries and programs.

We aim to provide instances for the types which ship with the Haskell Platform, however we only add them as the maintainer needs them or as patches are received, so we may lag behind the platform itself.

Patches are always welcome!