@hackage generic-arbitrary0.2.0
Generic implementation for QuickCheck's Arbitrary
Installation
Tested Compilers
Dependencies (2)
- QuickCheck >=2.14 && <2.16
- base >=4.8 && <4.16 Show all…
Dependents (32)
@hackage/xml-isogen, @hackage/yesod-session-persist, @hackage/binary-generic-combinators, @hackage/codec, @hackage/ghcup, @hackage/morley, Show all…
Generic implementations of methods of the Arbitrary class from the
QuickCheck library. The approach taken here can lead to diverging instances
for recursive types but is safe for non-recursive ones and guarantees
flat distribution for constructors of sum-types.