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.
parseTimeOrError :: ParseTime t => Bool -> TimeLocale -> String -> String -> ttime-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.
timeAndOffsetFormat :: Format t -> FormatExtension -> Format (t, TimeZone)time-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.3.3
timeOfDayAndOffsetFormat :: FormatExtension -> Format (TimeOfDay, TimeZone)time-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.2.5.2
timeOffsetFormat :: FormatExtension -> Format TimeZonetime-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.2.5.1
timeZoneOffsetString :: TimeZone -> Stringtime-compat Data.Time.LocalTime.Compat Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime).
timeZoneOffsetString' :: Maybe Char -> TimeZone -> Stringtime-compat Data.Time.LocalTime.Compat Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime), with arbitrary padding.
-
monoid-subclasses Data.Monoid.Instances.Positioned No documentation available.
fromSet :: (Indexed sh, Index sh ~ ix, Ord ix) => sh -> Set ix -> Array shcomfort-array Data.Array.Comfort.Bool No documentation available.
toSet :: (InvIndexed sh, Index sh ~ ix, Ord ix) => Array sh -> Set ixcomfort-array Data.Array.Comfort.Bool No documentation available.
unifiedSizeOffset :: (Indexed f, Checking check) => Shape f -> (Int, Index f -> Result check Int)comfort-array Data.Array.Comfort.Container No documentation available.