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 -> Range -> Color -> a) -> a -> Zebra -> aradix-tree Data.Zebra.Word Fold left-to-right over the ranges with a strict accumulator.
foldl' :: (a -> Word8 -> a) -> a -> ByteString -> arawfilepath Data.ByteString.RawFilePath foldl' :: (a -> Char -> a) -> a -> Rope -> arope-utf16-splay Data.Rope.UTF16 A strict version of foldl
foldl' :: (a -> Char -> a) -> a -> Rope -> arope-utf16-splay Data.Rope.UTF16.Internal A strict version of foldl
foldl' :: Monad m => (b -> a -> b) -> b -> SerialT m a -> m bstreamly Streamly.Internal.Data.Stream.IsStream Left associative/strict push fold. foldl' reduce initial stream invokes reduce with the accumulator and the next input in the input stream, using initial as the initial value of the current value of the accumulator. When the input is exhausted the current value of the accumulator is returned. Make sure to use a strict data structure for accumulator to not build unnecessary lazy expressions unless that's what you want. See the previous section for more details.
foldl' :: Monad m => (b -> a -> b) -> b -> SerialT m a -> m bstreamly Streamly.Prelude Left associative/strict push fold. foldl' reduce initial stream invokes reduce with the accumulator and the next input in the input stream, using initial as the initial value of the current value of the accumulator. When the input is exhausted the current value of the accumulator is returned. Make sure to use a strict data structure for accumulator to not build unnecessary lazy expressions unless that's what you want. See the previous section for more details.
foldl' :: (r -> [c] -> r) -> r -> TSet c -> rtrie-simple Data.Trie.Set No documentation available.
foldl' :: Unboxable b => (a -> b -> a) -> a -> Vector b -> aunboxing-vector Data.Vector.Unboxing No documentation available.
foldl' :: forall a b (n :: Nat) . (b -> a -> b) -> b -> Vec n a -> bvec Data.Vec.Lazy Strict left fold.
foldl' :: forall (n :: Nat) b a . SNatI n => (b -> a -> b) -> b -> Vec n a -> bvec Data.Vec.Pull Strict left fold.