Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldl' :: (a -> b -> a) -> a -> Set b -> acontainers Data.Set.Internal A strict version of foldl. Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
foldl' :: (b -> a -> b) -> b -> KeyMap a -> baeson Data.Aeson.KeyMap No documentation available.
foldl' :: (a -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
foldlWithKey :: (a -> k -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator).
foldlWithKey' :: (a -> k -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
foldl' :: (b -> a -> b) -> b -> Array a -> bunordered-containers Data.HashMap.Internal.Array No documentation available.
foldl' :: (a -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal.Strict Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
foldlWithKey :: (a -> k -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal.Strict Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator).
foldlWithKey' :: (a -> k -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Internal.Strict Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
foldl' :: (a -> v -> a) -> a -> HashMap k v -> aunordered-containers Data.HashMap.Lazy Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.