quickcheck-instances

Common quickcheck instances

https://github.com/haskellari/qc-instances

Version on this page:0.3.32@rev:1
LTS Haskell 23.27:0.3.33@rev:1
Stackage Nightly 2025-07-13:0.3.33@rev:1
Latest on Hackage:0.3.33@rev:1

See all snapshotsquickcheck-instances appears in

BSD-3-Clause licensedbyAntoine Latter,Oleg Grenrus
Maintained byOleg Grenrus
This version can be pinned in stack with:quickcheck-instances-0.3.32@sha256:8772458bddd354e07102bf05b45976896c278282e71ff8420beac6b9b77efb34,4340

Module documentation for 0.3.32

QuickCheck instances.

The goal is to supply QuickCheck instances fortypes provided by the Haskell Platform.

Since all of these instances are provided asorphans, I recommend that you do not use this librarywithin another library module, so that you don'timpose these instances on down-stream consumers ofyour code.