Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. V7Format :: Format

    tar Codec.Archive.Tar.Entry

    This is the classic Unix V7 tar format. It does not support owner and group names, just numeric Ids. It also does not support device numbers.

  2. entryFormat :: GenEntry tarPath linkTarget -> !Format

    tar Codec.Archive.Tar.Entry

    The tar format the archive is using.

  3. pattern BeforeCommonEra :: Integer -> Year

    time-compat Data.Time.Calendar.Compat

    Also known as Before Christ. Note that Year 1 = 1 CE, and the previous Year 0 = 1 BCE. CommonEra and BeforeCommonEra form a COMPLETE set.

  4. iso8601DateFormat :: Maybe String -> String

    time-compat Data.Time.Format.Compat

    Construct format string according to ISO-8601. The Maybe String argument allows to supply an optional time specification. E.g.:

    iso8601DateFormat Nothing            == "%Y-%m-%d"           -- i.e. YYYY-MM-DD
    iso8601DateFormat (Just "%H:%M:%S")  == "%Y-%m-%dT%H:%M:%S"  -- i.e. YYYY-MM-DDTHH:MM:SS
    

  5. rfc822DateFormat :: String

    time-compat Data.Time.Format.Compat

    Format string according to RFC822.

  6. BasicFormat :: FormatExtension

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 2.3.3. Omit hyphens and colons. "The basic format should be avoided in plain text."

  7. ExtendedFormat :: FormatExtension

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 2.3.4. Use hyphens and colons.

  8. alternativeDurationDaysFormat :: FormatExtension -> Format CalendarDiffDays

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.4.3.3

  9. alternativeDurationTimeFormat :: FormatExtension -> Format CalendarDiffTime

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.4.3.3

  10. calendarFormat :: FormatExtension -> Format Day

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.1.2.2

Page 548 of many | Previous | Next