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-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
quickcheck-state-machine-distributed
DISCONTINUED. Test monadic programs using state machine based models
CodeRabbit: AI Code Reviews for Developers
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!