Hoogle Search

Within Stackage Nightly 2025-09-30 (ghc-9.12.2)

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

  1. timeOffsetFormat :: FormatExtension -> Format TimeZone

    time Data.Time.Format.ISO8601

    ±hh:mm (extended), ±hhmm (basic) [ISO 8601:2004(E) sec. 4.2.5.1]

  2. class ParseTime t

    time Data.Time.Format.Internal

    The class of types which can be parsed given a UNIX-style time format string.

  3. durationParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    No documentation available.

  4. parseTimeSpecifier :: ParseTime t => Proxy t -> TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    Get the string corresponding to the given format specifier.

  5. timeParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    No documentation available.

  6. timeZoneOffsetString :: TimeZone -> String

    time Data.Time.LocalTime

    Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime).

  7. timeZoneOffsetString' :: Maybe Char -> TimeZone -> String

    time Data.Time.LocalTime

    Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime), with arbitrary padding.

  8. basicSet :: MVector v a => v s a -> a -> ST s ()

    vector Data.Vector.Generic.Mutable

    Set all elements of the vector to the given value. This method should not be called directly, use set instead.

  9. basicSet :: MVector v a => v s a -> a -> ST s ()

    vector Data.Vector.Generic.Mutable.Base

    Set all elements of the vector to the given value. This method should not be called directly, use set instead.

  10. keysSet :: HashMap k a -> HashSet k

    unordered-containers Data.HashMap.Lazy

    Produce a HashSet of all the keys in the given HashMap.

    >>> HashSet.keysSet (HashMap.fromList [(1, "a"), (2, "b")]
    fromList [1,2]
    

Page 74 of many | Previous | Next