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

Test.QuickCheck.Instances.OldTime

Orphan instances

Arbitrary CalendarTime Source # 
Instance details

Methods

arbitrary :: Gen CalendarTime

shrink :: CalendarTime -> [CalendarTime]

Arbitrary ClockTime Source # 
Instance details

Methods

arbitrary :: Gen ClockTime

shrink :: ClockTime -> [ClockTime]

Arbitrary Day Source # 
Instance details

Methods

arbitrary :: Gen Day

shrink :: Day -> [Day]

Arbitrary Month Source # 
Instance details

Methods

arbitrary :: Gen Month

shrink :: Month -> [Month]

Arbitrary TimeDiff Source # 
Instance details

Methods

arbitrary :: Gen TimeDiff

shrink :: TimeDiff -> [TimeDiff]

CoArbitrary CalendarTime Source # 
Instance details

Methods

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

CoArbitrary ClockTime Source # 
Instance details

Methods

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

CoArbitrary Day Source # 
Instance details

Methods

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

CoArbitrary Month Source # 
Instance details

Methods

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

CoArbitrary TimeDiff Source # 
Instance details

Methods

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