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.
-
quickcheck-state-machine
Test monadic programs using state machine based models -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
quickcheck-arbitrary-template
Arbitrary QuickCheck instance generation using template haskell -
quickcheck-higherorder
QuickCheck extension for higher-order properties -
quickcheck-unicode
Unicode support for QuickCheck -
quickcheck-state-machine-distributed
Test monadic programs using state machine based models -
quickcheck-io
Use HUnit assertions as QuickCheck properties -
quickcheck-with-counterexamples
Get counterexamples out of QuickCheck as Haskell values -
quickcheck-property-monad
A monad for building quickcheck properties -
quickcheck-simple
Test properties and default-mains for QuickCheck -
quickcheck-combinators
type-level combinators for quickcheck instances -
quickcheck-report
Customizable reports for quickcheck properties -
tasty-quickcheck-laws
Tasty trees for your lawful class instances
Access the most powerful time series database as a service
Do you think we are missing an alternative of quickcheck-instances or a related project?
README
quickcheck-instances 
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!