@hackage quickcheck-instances0.3.33
Common quickcheck instances
Installation
Tested Compilers
Dependencies (25)
- OneTuple >=0.4.2 && <0.5
- QuickCheck >=2.14.2 && <2.16.1
- array >=0.5.3.0 && <0.6
- base >=4.12.0.0 && <4.22
- bytestring >=0.10.8.2 && <0.13
- case-insensitive >=1.2.0.11 && <1.3 Show all…
Dependents (453)
@hackage/string-conversions, @cardano/ouroboros-network, @hackage/yocto, @hackage/prim-instances, @hackage/purescript-iso, @hackage/mysql-haskell, Show all…
QuickCheck instances.
The goal is to supply QuickCheck instances for types provided by the Haskell Platform.
Since all of these instances are provided as orphans, I recommend that you do not use this library within another library module, so that you don't impose these instances on down-stream consumers of your code.