Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Format_MilliSecond :: TimeFormatElem

    hourglass Data.Hourglass

    Milliseconds (000 to 999)

  2. Format_Minute :: TimeFormatElem

    hourglass Data.Hourglass

    minutes (0 to 59)

  3. Format_Month :: TimeFormatElem

    hourglass Data.Hourglass

    months (1 to 12)

  4. Format_Month2 :: TimeFormatElem

    hourglass Data.Hourglass

    months padded to 2 chars (01 to 12)

  5. Format_MonthName_Short :: TimeFormatElem

    hourglass Data.Hourglass

    name of the month short (Jan, Feb ..)

  6. Format_NanoSecond :: TimeFormatElem

    hourglass Data.Hourglass

    NanoSeconds (000000000 to 999999999)

  7. Format_Precision :: Int -> TimeFormatElem

    hourglass Data.Hourglass

    sub seconds display with a precision of N digits. with N between 1 and 9

  8. Format_Second :: TimeFormatElem

    hourglass Data.Hourglass

    seconds (0 to 59, 60 for leap seconds)

  9. Format_Spaces :: TimeFormatElem

    hourglass Data.Hourglass

    one or many space-like chars

  10. Format_Text :: Char -> TimeFormatElem

    hourglass Data.Hourglass

    a verbatim char

Page 269 of many | Previous | Next