| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
applyToCalT :: (CalendarTime -> a) -> IO a |
|
isoDateAndTimeToSeconds :: ISODateAndTime -> IO Integer |
|
isoTimeToSeconds :: ISOTime -> IO Integer |
|
isoDateToSeconds :: ISODate -> IO Integer |
|
class ToSeconds iso where |
| Methods | | | Instances | |
|
|
leapSeconds :: [Integer] |
in seconds from epoch; needs to be updated when time leaps again
|
|
data LeapSeconds |
Constructors | | Instances | |
|
|
isoDateToClockTime :: ISODate -> ClockTime |
|
isoDateAndTimeToClockTime :: ISODateAndTime -> ClockTime |
|
data ISODateAndTime |
data type for representing ISO time
| Constructors | | Instances | |
|
|
data ISODate |
Constructors | | Instances | |
|
|
data ISOYearSpec |
Constructors | ImplicitYear | | ImplicitCentury Int | | Century Int | | ImplicitDecade Int | | Year Int | |
| Instances | |
|
|
data ISODayOfYearSpec |
Constructors | | Instances | |
|
|
data ISOMonthSpec |
Constructors | | Instances | |
|
|
data ISODayOfMonthSpec |
Constructors | NoDayOfMonth | | DayOfMonth Int | |
| Instances | |
|
|
data ISOWeekSpec |
Constructors | ImplicitWeek | | AnyWeek | | Week Int | |
| Instances | |
|
|
data ISODayOfWeekSpec |
Constructors | | Instances | |
|
|
data ISOTime |
Constructors | | Instances | |
|
|
data ISOHourSpec |
Constructors | | Instances | |
|
|
data ISOMinuteSpec |
Constructors | ImplicitMinute | | Minute Int | | NoMinute | |
| Instances | |
|
|
data ISOSecondSpec |
Constructors | | Instances | |
|
|
data ISOTimeZoneSpec |
Constructors | | Instances | |
|
|
parseDateFromString :: String -> Maybe ISODate |
|
parseTimeFromString :: String -> Maybe ISOTime |
|
parseDateAndTimeFromString :: String -> Maybe ISODateAndTime |
|
Produced by Haddock version 0.8 |