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.
-
insert-ordered-containers Data.HashMap.Strict.InsOrd This is a slight lie, as roundtrip doesn't preserve ordering.
toHashMap :: InsOrdHashMap k v -> HashMap k vinsert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
unorderedFoldMap :: Monoid m => (a -> m) -> InsOrdHashMap k a -> minsert-ordered-containers Data.HashMap.Strict.InsOrd More efficient than foldMap, when folding in insertion order is not important.
unorderedFoldMapWithKey :: Monoid m => (k -> a -> m) -> InsOrdHashMap k a -> minsert-ordered-containers Data.HashMap.Strict.InsOrd More efficient than foldMapWithKey, when folding in insertion order is not important.
MetaMap :: Map Text MetaValue -> MetaValuepandoc-types Text.Pandoc.Definition No documentation available.
decodeMapSkel :: (Serialise k, Serialise v) => ([(k, v)] -> m) -> Decoder s mserialise Codec.Serialise.Class A utility function to construct a Decoder for maps.
-
serialise Codec.Serialise.Class A helper function for encoding maps.
ConsumeMapLen :: (Int# -> ST s (DecodeAction s a)) -> DecodeAction s aserialise Codec.Serialise.Decoding No documentation available.
ConsumeMapLenCanonical :: (Int# -> ST s (DecodeAction s a)) -> DecodeAction s aserialise Codec.Serialise.Decoding No documentation available.
ConsumeMapLenIndef :: ST s (DecodeAction s a) -> DecodeAction s aserialise Codec.Serialise.Decoding No documentation available.