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.

  1. independentMap :: forall (arrow :: Type -> Type -> Type) sample0 sample1 . Arrow arrow => (Amplitude sample0 -> Amplitude sample1) -> (Displacement sample0 -> Displacement sample1) -> T arrow sample0 sample1

    synthesizer-dimensional Synthesizer.Dimensional.Arrow

    No documentation available.

  2. fmapResult :: IsMockedMode mode => (a -> b) -> TestQResult mode a -> TestQResult mode b

    th-test-utils Language.Haskell.TH.TestUtils.QMode

    No documentation available.

  3. data TAIUTCMap

    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.

  4. TAIUTCMap :: Map UTCTime TAIUTCRow -> Map AbsoluteTime TAIUTCRow -> TAIUTCMap

    thyme Data.Thyme.Clock.TAI

    No documentation available.

  5. makeTAIUTCMap :: [(UTCTime, TAIUTCRow)] -> TAIUTCMap

    thyme Data.Thyme.Clock.TAI

    Build a TAIUTCMap from the result of parseTAIUTCRow.

  6. caseFoldMapping :: Unfold Char Char

    unicode-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.

  7. lowerCaseMapping :: Unfold Char Char

    unicode-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.

  8. titleCaseMapping :: Unfold Char Char

    unicode-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.

  9. upperCaseMapping :: Unfold Char Char

    unicode-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.

  10. caseFoldMapping :: Unfold Char Char

    unicode-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.

Page 1002 of many | Previous | Next