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. parseTimeOrError :: ParseTime t => Bool -> TimeLocale -> String -> String -> t

    time-compat Data.Time.Format.Compat

    Parse a time value given a format string. Fails if the input could not be parsed using the given format. See parseTimeM for details.

  2. timeAndOffsetFormat :: Format t -> FormatExtension -> Format (t, TimeZone)

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

    ISO 8601:2004(E) sec. 4.3.3

  3. timeOfDayAndOffsetFormat :: FormatExtension -> Format (TimeOfDay, TimeZone)

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

    ISO 8601:2004(E) sec. 4.2.5.2

  4. timeOffsetFormat :: FormatExtension -> Format TimeZone

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

    ISO 8601:2004(E) sec. 4.2.5.1

  5. timeZoneOffsetString :: TimeZone -> String

    time-compat Data.Time.LocalTime.Compat

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

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

    time-compat Data.Time.LocalTime.Compat

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

  7. data OffsetPositioned m

    monoid-subclasses Data.Monoid.Instances.Positioned

    No documentation available.

  8. fromSet :: (Indexed sh, Index sh ~ ix, Ord ix) => sh -> Set ix -> Array sh

    comfort-array Data.Array.Comfort.Bool

    No documentation available.

  9. toSet :: (InvIndexed sh, Index sh ~ ix, Ord ix) => Array sh -> Set ix

    comfort-array Data.Array.Comfort.Bool

    No documentation available.

  10. unifiedSizeOffset :: (Indexed f, Checking check) => Shape f -> (Int, Index f -> Result check Int)

    comfort-array Data.Array.Comfort.Container

    No documentation available.

Page 97 of many | Previous | Next