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.

  1. data TimeFormatFct

    hourglass Data.Hourglass

    A generic format function composed of a parser and a printer.

  2. TimeFormatFct :: String -> (DateTime -> String -> Either String (DateTime, String)) -> (DateTime -> String) -> TimeFormatFct

    hourglass Data.Hourglass

    No documentation available.

  3. newtype TimeFormatString

    hourglass Data.Hourglass

    A time format string, composed of list of TimeFormatElem

  4. TimeFormatString :: [TimeFormatElem] -> TimeFormatString

    hourglass Data.Hourglass

    No documentation available.

  5. timeFormatFctName :: TimeFormatFct -> String

    hourglass Data.Hourglass

    No documentation available.

  6. timeFormatParse :: TimeFormatFct -> DateTime -> String -> Either String (DateTime, String)

    hourglass Data.Hourglass

    No documentation available.

  7. timeFormatPrint :: TimeFormatFct -> DateTime -> String

    hourglass Data.Hourglass

    No documentation available.

  8. toFormat :: TimeFormat format => format -> TimeFormatString

    hourglass Data.Hourglass

    No documentation available.

  9. perform :: ArrowList a => a b c -> a b b

    hxt 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 >>> ...

  10. canonicalizeForXPath :: ArrowList a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    Canonicalize a tree for XPath Like canonicalizeAllNodes but comment nodes are not removed see canonicalizeAllNodes

Page 559 of many | Previous | Next