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' :: (PrimMonad m, MVector v a) => (b -> a -> b) -> b -> v (PrimState m) a -> m brebase Rebase.Data.Vector.Generic.Mutable No documentation available.
foldl' :: PrimMonad m => (b -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Mutable No documentation available.
foldl' :: Prim b => (a -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Primitive No documentation available.
foldl' :: (PrimMonad m, Prim a) => (b -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Primitive.Mutable No documentation available.
foldl' :: Storable b => (a -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Storable No documentation available.
foldl' :: (PrimMonad m, Storable a) => (b -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Storable.Mutable No documentation available.
foldl' :: Unbox b => (a -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Unboxed No documentation available.
foldl' :: (PrimMonad m, Unbox a) => (b -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Unboxed.Mutable No documentation available.
foldL' :: (x -> acc -> acc) -> acc -> T x -> accsynthesizer-core Synthesizer.State.Signal No documentation available.
foldl' :: (a -> Prime Int -> a) -> a -> PrimeIntSet -> aarithmoi Math.NumberTheory.Primes.IntSet A strict version of foldl.