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.
nubMergeMap :: Ord b => (a -> [b]) -> [a] -> [b]speculate Test.Speculate.Utils No documentation available.
-
No documentation available.
-
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.
-
No documentation available.
-
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).
-
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.