Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
synthesizer-dimensional Synthesizer.Dimensional.Arrow No documentation available.
fmapResult :: IsMockedMode mode => (a -> b) -> TestQResult mode a -> TestQResult mode bth-test-utils Language.Haskell.TH.TestUtils.QMode No documentation available.
-
thyme Data.Thyme.Clock.TAI A table of TAIUTCRows for converting between TAI and UTC. The two Maps are keyed on the corresponding instants in UTC and TAI from which the TAIUTCRow becomes applicable. The UTCTime key of the first Map is always at midnight. No table is provided here because leap seconds are unpredictable, and any program shipped with such a table could become out-of-date in as little as 6 months. See parseTAIUTCDAT for details.
TAIUTCMap :: Map UTCTime TAIUTCRow -> Map AbsoluteTime TAIUTCRow -> TAIUTCMapthyme Data.Thyme.Clock.TAI No documentation available.
makeTAIUTCMap :: [(UTCTime, TAIUTCRow)] -> TAIUTCMapthyme Data.Thyme.Clock.TAI Build a TAIUTCMap from the result of parseTAIUTCRow.
caseFoldMapping :: Unfold Char Charunicode-data Unicode.Char Returns the full folded case mapping of a character if the character is changed, else nothing. It uses the character property Case_Folding.
lowerCaseMapping :: Unfold Char Charunicode-data Unicode.Char Returns the full lower case mapping of a character if the character is changed, else nothing. It uses the character property Lowercase_Mapping.
titleCaseMapping :: Unfold Char Charunicode-data Unicode.Char Returns the full title case mapping of a character if the character is changed, else nothing. It uses the character property Titlecase_Mapping.
upperCaseMapping :: Unfold Char Charunicode-data Unicode.Char Returns the full upper case mapping of a character if the character is changed, else nothing. It uses the character property Uppercase_Mapping.
caseFoldMapping :: Unfold Char Charunicode-data Unicode.Char.Case Returns the full folded case mapping of a character if the character is changed, else nothing. It uses the character property Case_Folding.