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' :: 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 Strict version of foldl.
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' :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString foldl' :: (a -> Word8 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short foldl' :: (a -> Word16 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short.Word16 foldl' :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString.Internal foldl' :: (a -> PosixChar -> a) -> a -> PosixString -> aos-string System.OsString.Posix