Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. Format_Minute :: TimeFormatElem

    hourglass Data.Hourglass

    minutes (0 to 59)

  2. Format_Month :: TimeFormatElem

    hourglass Data.Hourglass

    months (1 to 12)

  3. Format_Month2 :: TimeFormatElem

    hourglass Data.Hourglass

    months padded to 2 chars (01 to 12)

  4. Format_MonthName_Short :: TimeFormatElem

    hourglass Data.Hourglass

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

  5. Format_NanoSecond :: TimeFormatElem

    hourglass Data.Hourglass

    NanoSeconds (000000000 to 999999999)

  6. Format_Precision :: Int -> TimeFormatElem

    hourglass Data.Hourglass

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

  7. Format_Second :: TimeFormatElem

    hourglass Data.Hourglass

    seconds (0 to 59, 60 for leap seconds)

  8. Format_Spaces :: TimeFormatElem

    hourglass Data.Hourglass

    one or many space-like chars

  9. Format_Text :: Char -> TimeFormatElem

    hourglass Data.Hourglass

    a verbatim char

  10. Format_TimezoneName :: TimeFormatElem

    hourglass Data.Hourglass

    timezone name (e.g. GMT, PST). not implemented yet | Format_TimezoneOffset -- ^ timeoffset offset (+02:00)

Page 269 of many | Previous | Next