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.

  1. ifoldl' :: (Contiguous arr, Element arr a) => (b -> Int -> a -> b) -> b -> arr a -> b

    contiguous Data.Primitive.Contiguous

    Strict left fold over the elements of an array, where the accumulating function cares about the index of the element.

  2. ifoldl' :: (a -> Int -> b -> a) -> a -> Vector b -> a

    rebase Rebase.Data.Vector

    No documentation available.

  3. ifoldl' :: Vector v b => (a -> Int -> b -> a) -> a -> v b -> a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  4. ifoldl' :: (PrimMonad m, MVector v a) => (b -> Int -> a -> b) -> b -> v (PrimState m) a -> m b

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  5. ifoldl' :: PrimMonad m => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m b

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  6. ifoldl' :: Prim b => (a -> Int -> b -> a) -> a -> Vector b -> a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  7. ifoldl' :: (PrimMonad m, Prim a) => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m b

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  8. ifoldl' :: Storable b => (a -> Int -> b -> a) -> a -> Vector b -> a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  9. ifoldl' :: (PrimMonad m, Storable a) => (b -> Int -> a -> b) -> b -> MVector (PrimState m) a -> m b

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  10. ifoldl' :: Unbox b => (a -> Int -> b -> a) -> a -> Vector b -> a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

Page 25 of many | Previous | Next