Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. nubMergeMap :: Ord b => (a -> [b]) -> [a] -> [b]

    speculate Test.Speculate.Utils

    No documentation available.

  2. module StmContainers.Bimap

    No documentation available.

  3. data Bimap leftKey rightKey

    stm-containers StmContainers.Bimap

    Bidirectional map. Essentially, a bijection between subsets of its two argument types. For one value of the left-hand type this map contains one value of the right-hand type and vice versa.

  4. module StmContainers.Multimap

    No documentation available.

  5. data Multimap key value

    stm-containers StmContainers.Multimap

    A multimap, based on an STM-specialized hash array mapped trie. Basically it's just a wrapper API around Map key (Set value).

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

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

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

    No documentation available.

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

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

    thyme Data.Thyme.Clock.TAI

    No documentation available.

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

    thyme Data.Thyme.Clock.TAI

    Build a TAIUTCMap from the result of parseTAIUTCRow.

Page 1000 of many | Previous | Next