Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hourglass Data.Hourglass A generic format function composed of a parser and a printer.
-
hourglass Data.Hourglass No documentation available.
-
hourglass Data.Hourglass A time format string, composed of list of TimeFormatElem
TimeFormatString :: [TimeFormatElem] -> TimeFormatStringhourglass Data.Hourglass No documentation available.
timeFormatFctName :: TimeFormatFct -> Stringhourglass Data.Hourglass No documentation available.
timeFormatParse :: TimeFormatFct -> DateTime -> String -> Either String (DateTime, String)hourglass Data.Hourglass No documentation available.
timeFormatPrint :: TimeFormatFct -> DateTime -> Stringhourglass Data.Hourglass No documentation available.
toFormat :: TimeFormat format => format -> TimeFormatStringhourglass Data.Hourglass No documentation available.
perform :: ArrowList a => a b c -> a b bhxt Control.Arrow.ArrowList useful only for arrows with side effects: perform applies an arrow to the input ignores the result and returns the input example: ... >>> perform someTraceArrow >>> ...
canonicalizeForXPath :: ArrowList a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit Canonicalize a tree for XPath Like canonicalizeAllNodes but comment nodes are not removed see canonicalizeAllNodes