Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. formatISO8601 :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time in ISO 8601, with up to 12 second decimals. This is the formatTime format %FT%T%Q == %%Y-%m-%dT%%H:%M:%S%Q.

  2. formatISO8601Javascript :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time like JavaScript's new Date().toISOString() as specified by Mozilla: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString This is an alias for formatISO8601Millis.

  3. formatISO8601Micros :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time in ISO 8601 with up to microsecond precision and trailing zeros. The format is precisely:

    YYYY-MM-DDTHH:mm:ss.ssssssZ
    

  4. formatISO8601Millis :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time in ISO 8601 with up to millisecond precision and trailing zeros. The format is precisely:

    YYYY-MM-DDTHH:mm:ss.sssZ
    

  5. formatISO8601Nanos :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time in ISO 8601 with up to nanosecond precision and trailing zeros. The format is precisely:

    YYYY-MM-DDTHH:mm:ss.sssssssssZ
    

  6. formatISO8601Picos :: UTCTime -> String

    iso8601-time Data.Time.ISO8601

    Formats a time in ISO 8601 with up to picosecond precision and trailing zeros. The format is precisely:

    YYYY-MM-DDTHH:mm:ss.ssssssssssssZ
    

  7. forWithKey :: (TraversableWithKey t, Applicative f) => t a -> (Key t -> a -> f b) -> f (t b)

    keys Data.Key

    No documentation available.

  8. forWithKey1_ :: (FoldableWithKey1 t, Apply f) => t a -> (Key t -> a -> f b) -> f ()

    keys Data.Key

    No documentation available.

  9. forWithKeyM :: (TraversableWithKey t, Monad m) => t a -> (Key t -> a -> m b) -> m (t b)

    keys Data.Key

    No documentation available.

  10. forWithKeyM_ :: (FoldableWithKey t, Monad m) => t a -> (Key t -> a -> m b) -> m ()

    keys Data.Key

    No documentation available.

Page 85 of many | Previous | Next