Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldl :: Storable b => (a -> b -> a) -> a -> Vector b -> astorablevector Data.StorableVector.Lazy.Pattern No documentation available.
foldl :: (Size size, Storable b) => (a -> b -> a) -> a -> Vector size b -> astorablevector Data.StorableVector.Lazy.Typed No documentation available.
foldl :: TextualMonoid t => (a -> t -> a) -> (a -> Char -> a) -> a -> t -> amonoid-subclasses Data.Monoid.Textual The first argument folds over the non-character prime factors, the second over characters. Otherwise equivalent to foldl from Data.List.
foldl :: Factorial m => (a -> m -> a) -> a -> m -> amonoid-subclasses Data.Semigroup.Factorial foldl :: Foldable t => (b -> a -> b) -> b -> t a -> bCabal-syntax Distribution.Compat.Prelude No documentation available.
foldl :: (C sh, Storable a) => (b -> a -> b) -> b -> Array sh a -> bcomfort-array Data.Array.Comfort.Storable No documentation available.
foldl :: (C sh, Storable a) => (b -> a -> b) -> b -> Array sh a -> bcomfort-array Data.Array.Comfort.Storable.Unchecked No documentation available.
foldl :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a OsString, reduces the OsString using the binary operator, from left to right.
foldl :: (a -> Word8 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a ShortByteString, reduces the ShortByteString using the binary operator, from left to right.
foldl :: (a -> Word16 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short.Word16 foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a ShortByteString, reduces the ShortByteString using the binary operator, from left to right.