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' :: PrimType ty => (a -> ty -> a) -> a -> Block ty -> abasement Basement.Block No documentation available.
foldl' :: (a -> ty -> a) -> a -> Array ty -> abasement 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.
foldl' :: (a -> Word8 -> a) -> a -> Bytes -> abyteslice Data.Bytes Left fold over bytes, strict in the accumulator.
foldl' :: (a -> Word8 -> a) -> a -> Chunks -> abyteslice Data.Bytes.Chunks Left fold over all bytes in the chunks, strict in the accumulator.
foldl' :: (a -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Lazy No documentation available.