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.
ifoldl' :: (Contiguous arr, Element arr a) => (b -> Int -> a -> b) -> b -> arr a -> bcontiguous Data.Primitive.Contiguous Strict left fold over the elements of an array, where the accumulating function cares about the index of the element.
ifoldl' :: (a -> Int -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector No documentation available.
ifoldl' :: Vector v b => (a -> Int -> b -> a) -> a -> v b -> arebase Rebase.Data.Vector.Generic No documentation available.
ifoldl' :: (PrimMonad m, MVector v a) => (b -> Int -> a -> b) -> b -> v (PrimState m) a -> m brebase Rebase.Data.Vector.Generic.Mutable No documentation available.
ifoldl' :: PrimMonad m => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Mutable No documentation available.
ifoldl' :: Prim b => (a -> Int -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Primitive No documentation available.
ifoldl' :: (PrimMonad m, Prim a) => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Primitive.Mutable No documentation available.
ifoldl' :: Storable b => (a -> Int -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Storable No documentation available.
ifoldl' :: (PrimMonad m, Storable a) => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m brebase Rebase.Data.Vector.Storable.Mutable No documentation available.
ifoldl' :: Unbox b => (a -> Int -> b -> a) -> a -> Vector b -> arebase Rebase.Data.Vector.Unboxed No documentation available.