Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldl :: (a -> Char -> a) -> a -> Text -> amiso Miso.String O(n) foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a Text, reduces the Text using the binary operator, from left to right.
foldl :: Iso (alpha, beta) alpha -> Iso (alpha, [beta]) alphapartial-isomorphisms Control.Isomorphism.Partial.Derived No documentation available.
foldl :: (b -> a -> b) -> b -> Patricia a -> bradix-tree Data.Patricia.Word.Lazy Fold the tree left-to-right.
foldl :: (b -> a -> b) -> b -> Patricia a -> bradix-tree Data.Patricia.Word.Strict Fold the tree left-to-right.
foldl :: (b -> a -> b) -> b -> Radix1Tree a -> bradix-tree Data.Radix1Tree.Word8.Lazy Fold the tree left-to-right.
foldl :: (b -> a -> b) -> b -> Radix1Tree a -> bradix-tree Data.Radix1Tree.Word8.Strict Fold the tree left-to-right.
foldl :: (b -> a -> b) -> b -> RadixTree a -> bradix-tree Data.RadixTree.Word8.Lazy Fold the tree left-to-right.
foldl :: (b -> a -> b) -> b -> RadixTree a -> bradix-tree Data.RadixTree.Word8.Strict Fold the tree left-to-right.
foldl :: (a -> Range -> Color -> a) -> a -> Zebra -> aradix-tree Data.Zebra.Word Fold left-to-right over the ranges.
foldl :: forall b a (n :: Nat) . (b -> a -> b) -> b -> Tree n a -> bral Data.RAVec.Tree >>> foldl (flip (:)) [] $ Node (Leaf True) (Leaf False) [False,True]