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 :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString.Internal 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 -> PosixChar -> a) -> a -> PosixString -> aos-string System.OsString.Posix 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 -> WindowsChar -> a) -> a -> WindowsString -> aos-string System.OsString.Windows 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 -> time -> b) -> (b -> body -> a) -> a -> T time body -> bevent-list Data.EventList.Relative.TimeTime No documentation available.
-
vector-sized Data.Vector.Generic.Sized O(n) Left fold.
foldl :: forall b a (n :: Nat) . Prim b => (a -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Primitive.Sized O(n) Left fold.
foldl :: forall a b (n :: Nat) . (a -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Sized O(n) Left fold.
foldl :: forall b a (n :: Nat) . Storable b => (a -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Storable.Sized O(n) Left fold.
foldl :: forall b a (n :: Nat) . Unbox b => (a -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Unboxed.Sized O(n) Left fold.
foldl :: forall b a (n :: Nat) . (b -> a -> b) -> b -> ListN n a -> bbasement Basement.Sized.List Fold all elements from left