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.
foldl1' :: forall a (n :: Natural) . Unbox a => (a -> a -> a) -> Vector (1 + n) a -> avector-sized Data.Vector.Unboxed.Sized O(n) Left fold on non-empty vectors with strict accumulator.
foldl' :: PrimType ty => (a -> ty -> a) -> a -> Block ty -> abasement Basement.Block No documentation available.
foldl1' :: PrimType ty => (ty -> ty -> ty) -> NonEmpty (Block ty) -> tybasement Basement.Block No documentation available.
foldl' :: (a -> ty -> a) -> a -> Array ty -> abasement Basement.BoxedArray No documentation available.
foldl1' :: (ty -> ty -> ty) -> NonEmpty (Array ty) -> tybasement Basement.BoxedArray No documentation available.
foldl' :: forall ty a (n :: Nat) . PrimType ty => (a -> ty -> a) -> a -> BlockN n ty -> abasement Basement.Sized.Block No documentation available.
foldl' :: forall b a (n :: Nat) . (b -> a -> b) -> b -> ListN n a -> bbasement Basement.Sized.List Fold all elements from left strictly
foldl' :: forall ty a (n :: Nat) . PrimType ty => (a -> ty -> a) -> a -> UVect n ty -> abasement Basement.Sized.UVect No documentation available.
foldl' :: forall a ty (n :: Nat) . (a -> ty -> a) -> a -> Vect n ty -> abasement Basement.Sized.Vect No documentation available.
foldl' :: PrimType ty => (a -> ty -> a) -> a -> UArray ty -> abasement Basement.UArray No documentation available.