Hoogle Search
Within LTS Haskell 24.21 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldl' :: (a -> b -> a) -> a -> NEIntMap b -> anonempty-containers Data.IntMap.NonEmpty.Internal O(n). 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' :: (a -> Key -> a) -> a -> NEIntSet -> anonempty-containers Data.IntSet.NonEmpty O(n). 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' :: (a -> b -> a) -> a -> NEMap k b -> anonempty-containers Data.Map.NonEmpty O(n). 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' :: (a -> b -> a) -> a -> NEMap k b -> anonempty-containers Data.Map.NonEmpty.Internal O(n). 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' :: (a -> b -> a) -> a -> NESet b -> anonempty-containers Data.Set.NonEmpty O(n). 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' :: (a -> b -> a) -> a -> NESet b -> anonempty-containers Data.Set.NonEmpty.Internal O(n). 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' :: (a -> b -> a) -> a -> [b] -> aprelude-compat Data.List2010 No documentation available.
foldl' :: (a -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector No documentation available.
foldl' :: Monad m => (a -> b -> a) -> a -> Stream m b -> m arebase Rebase.Data.Vector.Fusion.Stream.Monadic Left fold with a strict accumulator
foldl' :: Vector v b => (a -> b -> a) -> a -> v b -> arebase Rebase.Data.Vector.Generic No documentation available.