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 -> Char -> a) -> a -> Text -> ario RIO.Text O(n) A strict version of foldl.
foldl' :: (a -> Char -> a) -> a -> Text -> ario RIO.Text.Lazy O(n) A strict version of foldl.
foldlChunks :: (a -> Text -> a) -> a -> Text -> ario RIO.Text.Lazy Consume the chunks of a lazy Text with a strict, tail-recursive, accumulating left fold.
foldl1 :: HasCallStack => (Char -> Char -> Char) -> Text -> Charrio RIO.Text.Lazy.Partial O(n) A variant of foldl that has no starting value argument, and thus must be applied to a non-empty Text.
foldl1' :: HasCallStack => (Char -> Char -> Char) -> Text -> Charrio RIO.Text.Lazy.Partial O(n) A strict version of foldl1.
foldl1 :: HasCallStack => (Char -> Char -> Char) -> Text -> Charrio RIO.Text.Partial O(n) A variant of foldl that has no starting value argument, and thus must be applied to a non-empty Text.
foldl1' :: HasCallStack => (Char -> Char -> Char) -> Text -> Charrio RIO.Text.Partial O(n) A strict version of foldl1.
foldl' :: Vector v b => (a -> b -> a) -> a -> v b -> ario RIO.Vector No documentation available.
foldl' :: (a -> b -> a) -> a -> Vector b -> ario RIO.Vector.Boxed No documentation available.
foldl1 :: (a -> a -> a) -> Vector a -> ario RIO.Vector.Boxed.Partial No documentation available.