quickcheck-instances-0.3.24: Common quickcheck instances

Safe HaskellSafe
LanguageHaskell2010

Test.QuickCheck.Instances.Void

Contents

Orphan instances

Function Void Source #

All Void -> a functions are absurd.

Instance details

Methods

function :: (Void -> b) -> Void :-> b #

CoArbitrary Void Source # 
Instance details

Methods

coarbitrary :: Void -> Gen b -> Gen b #