@hackage quickcheck-instances0.3.29.1
Common quickcheck instances
Installation
Tested Compilers
Dependencies (31)
- OneTuple >=0.3 && <0.5
- QuickCheck >=2.14.1 && <2.14.4
- array >=0.4.0.0 && <0.6
- base >=4.5 && <4.19
- bytestring <0.10.4.0
- bytestring-builder >=0.10.4 && <0.11 Show all…
Dependents (453)
@hackage/string-conversions, @cardano/ouroboros-network, @hackage/yocto, @hackage/prim-instances, @hackage/purescript-iso, @hackage/mysql-haskell, Show all…
Package Flags
bytestring-builder
(off by default)
Use bytestring-builder (with old bytestring)
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.