liblawless-0.17.3: Prelude based on protolude for GHC 8 and beyond.

Copyright© 2016 All rights reserved.
LicenseGPL-3
MaintainerEvan Cofsky <>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Arbitrary

Contents

Description

 

Documentation

Orphan instances

Arbitrary UTCTime Source # 

Methods

arbitrary :: Gen UTCTime

shrink :: UTCTime -> [UTCTime]

Arbitrary Day Source # 

Methods

arbitrary :: Gen Day

shrink :: Day -> [Day]

Arbitrary DiffTime Source # 
Arbitrary Text Source # 

Methods

arbitrary :: Gen Text

shrink :: Text -> [Text]

Arbitrary Time Source # 

Methods

arbitrary :: Gen Time

shrink :: Time -> [Time]

Arbitrary (SepList Char) Source #