| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Cron.Internal.Describe.Types
Documentation
data Descriptor Source #
Constructors
| Descriptor | |
Fields
| |
safeIntToMonth :: Int -> Month Source #
Instances
| Bounded Weekday Source # | |
| Enum Weekday Source # | |
| Show Weekday Source # | |
safeIntToWeekDay :: Int -> Weekday Source #
Constructors
| Verbose | |
| NotVerbose |
data TimeFormat Source #
data DescribedValue Source #
Instances
| Show DescribedValue Source # | |
Defined in System.Cron.Internal.Describe.Types Methods showsPrec :: Int -> DescribedValue -> ShowS # show :: DescribedValue -> String # showList :: [DescribedValue] -> ShowS # | |
Constructors
| ConcreteTime String | |
| Other (Maybe DescribedValue) (Maybe DescribedValue) |
data Description Source #
Constructors
| Desc | |
Fields
| |
Instances
| Show Description Source # | |
Defined in System.Cron.Internal.Describe.Types Methods showsPrec :: Int -> Description -> ShowS # show :: Description -> String # showList :: [Description] -> ShowS # | |