quickcheck-instances-0.3.18: Common quickcheck instances

Safe HaskellSafe
LanguageHaskell98

Test.QuickCheck.Instances.Hashable

Contents

Orphan instances

(Hashable a, Arbitrary a) => Arbitrary (Hashed a) Source # 

Methods

arbitrary :: Gen (Hashed a) #

shrink :: Hashed a -> [Hashed a] #

CoArbitrary (Hashed a) Source # 

Methods

coarbitrary :: Hashed a -> Gen b -> Gen b #