quickcheck-instances-0.3.25.2: Common quickcheck instances
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.QuickCheck.Instances.OldTime

Orphan instances

Arbitrary Month Source # 
Instance details

Methods

arbitrary :: Gen Month #

shrink :: Month -> [Month] #

Arbitrary Day Source # 
Instance details

Methods

arbitrary :: Gen Day #

shrink :: Day -> [Day] #

Arbitrary ClockTime Source # 
Instance details

Arbitrary CalendarTime Source # 
Instance details

Arbitrary TimeDiff Source # 
Instance details

CoArbitrary Month Source # 
Instance details

Methods

coarbitrary :: Month -> Gen b -> Gen b #

CoArbitrary Day Source # 
Instance details

Methods

coarbitrary :: Day -> Gen b -> Gen b #

CoArbitrary ClockTime Source # 
Instance details

Methods

coarbitrary :: ClockTime -> Gen b -> Gen b #

CoArbitrary CalendarTime Source # 
Instance details

Methods

coarbitrary :: CalendarTime -> Gen b -> Gen b #

CoArbitrary TimeDiff Source # 
Instance details

Methods

coarbitrary :: TimeDiff -> Gen b -> Gen b #