@hackage quickcheck-instances0.4
Common quickcheck instances
Installation
Tested Compilers
Dependencies (22)
- QuickCheck >=2.17.1.0 && <2.18.1
- array >=0.5.4.0 && <0.6
- base >=4.12.0.0 && <4.23
- bytestring >=0.10.12.0 && <0.13
- case-insensitive >=1.2.0.11 && <1.3
- data-array-byte >=0.1.0.1 && <0.2 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.