cron-0.7.1: Cron datatypes and Attoparsec parser
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Cron.Internal.Describe.Types

Documentation

data Verbosity Source #

Constructors

Verbose 
NotVerbose 

data TimeFormat Source #

Constructors

Hour24 
Hour12 

data Time Source #

Instances

Instances details
Show Time Source # 
Instance details

Defined in System.Cron.Internal.Describe.Types

Methods

showsPrec :: Int -> Time -> ShowS #

show :: Time -> String #

showList :: [Time] -> ShowS #