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

Test.QuickCheck.Instances.Time

Orphan instances

Arbitrary CalendarDiffDays Source # 
Instance details

Arbitrary Day Source # 
Instance details

Arbitrary DayOfWeek Source # 
Instance details

Arbitrary AbsoluteTime Source # 
Instance details

Arbitrary DiffTime Source # 
Instance details

Arbitrary NominalDiffTime Source # 
Instance details

Arbitrary SystemTime Source # 
Instance details

Arbitrary UTCTime Source # 
Instance details

Arbitrary UniversalTime Source # 
Instance details

Arbitrary CalendarDiffTime Source # 
Instance details

Arbitrary LocalTime Source # 
Instance details

Arbitrary TimeOfDay Source # 
Instance details

Arbitrary TimeZone Source # 
Instance details

Arbitrary ZonedTime Source # 
Instance details

Arbitrary Month Source # 
Instance details

Arbitrary Quarter Source # 
Instance details

Arbitrary QuarterOfYear Source # 
Instance details

CoArbitrary CalendarDiffDays Source # 
Instance details

CoArbitrary Day Source # 
Instance details

Methods

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

CoArbitrary DayOfWeek Source # 
Instance details

Methods

coarbitrary :: DayOfWeek -> Gen b -> Gen b Source #

CoArbitrary AbsoluteTime Source # 
Instance details

Methods

coarbitrary :: AbsoluteTime -> Gen b -> Gen b Source #

CoArbitrary DiffTime Source # 
Instance details

Methods

coarbitrary :: DiffTime -> Gen b -> Gen b Source #

CoArbitrary NominalDiffTime Source # 
Instance details

CoArbitrary SystemTime Source # 
Instance details

Methods

coarbitrary :: SystemTime -> Gen b -> Gen b Source #

CoArbitrary UTCTime Source # 
Instance details

Methods

coarbitrary :: UTCTime -> Gen b -> Gen b Source #

CoArbitrary UniversalTime Source # 
Instance details

Methods

coarbitrary :: UniversalTime -> Gen b -> Gen b Source #

CoArbitrary CalendarDiffTime Source # 
Instance details

CoArbitrary LocalTime Source # 
Instance details

Methods

coarbitrary :: LocalTime -> Gen b -> Gen b Source #

CoArbitrary TimeOfDay Source # 
Instance details

Methods

coarbitrary :: TimeOfDay -> Gen b -> Gen b Source #

CoArbitrary TimeZone Source # 
Instance details

Methods

coarbitrary :: TimeZone -> Gen b -> Gen b Source #

CoArbitrary ZonedTime Source # 
Instance details

Methods

coarbitrary :: ZonedTime -> Gen b -> Gen b Source #

CoArbitrary Month Source # 
Instance details

Methods

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

CoArbitrary Quarter Source # 
Instance details

Methods

coarbitrary :: Quarter -> Gen b -> Gen b Source #

CoArbitrary QuarterOfYear Source # 
Instance details

Methods

coarbitrary :: QuarterOfYear -> Gen b -> Gen b Source #

Function CalendarDiffDays Source # 
Instance details

Function Day Source # 
Instance details

Methods

function :: (Day -> b) -> Day :-> b Source #

Function DayOfWeek Source # 
Instance details

Methods

function :: (DayOfWeek -> b) -> DayOfWeek :-> b Source #

Function DiffTime Source # 
Instance details

Methods

function :: (DiffTime -> b) -> DiffTime :-> b Source #

Function NominalDiffTime Source # 
Instance details

Function SystemTime Source # 
Instance details

Methods

function :: (SystemTime -> b) -> SystemTime :-> b Source #

Function UTCTime Source # 
Instance details

Methods

function :: (UTCTime -> b) -> UTCTime :-> b Source #

Function CalendarDiffTime Source # 
Instance details

Function Month Source # 
Instance details

Methods

function :: (Month -> b) -> Month :-> b Source #

Function Quarter Source # 
Instance details

Methods

function :: (Quarter -> b) -> Quarter :-> b Source #

Function QuarterOfYear Source # 
Instance details