Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
HashMapValue :: HashMap Text AnyValue -> AnyValuehs-opentelemetry-api OpenTelemetry.Internal.Common.Types No documentation available.
HashMapValue :: HashMap Text AnyValue -> AnyValuehs-opentelemetry-api OpenTelemetry.LogAttributes No documentation available.
getAttributeMap :: LogAttributes -> (Int, HashMap Text AnyValue)hs-opentelemetry-api OpenTelemetry.LogAttributes No documentation available.
HashMapValue :: HashMap Text AnyValue -> AnyValuehs-opentelemetry-api OpenTelemetry.Logs.Core No documentation available.
-
insert-ordered-containers Data.HashMap.Strict.InsOrd HashMap which tries its best to remember insertion order of elements.
foldMapWithKey :: Monoid m => (k -> a -> m) -> InsOrdHashMap k a -> minsert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
fromHashMap :: HashMap k v -> InsOrdHashMap k vinsert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
-
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.