Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
imapMaybeM :: (Monad m, Prim a, Prim b) => (Int -> a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Primitive No documentation available.
imapM_ :: (PrimMonad m, Prim a) => (Int -> a -> m b) -> MVector (PrimState m) a -> m ()rebase Rebase.Data.Vector.Primitive.Mutable No documentation available.
imapM :: (Monad m, Storable a, Storable b) => (Int -> a -> m b) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Storable No documentation available.
imapM_ :: (Monad m, Storable a) => (Int -> a -> m b) -> Vector a -> m ()rebase Rebase.Data.Vector.Storable No documentation available.
imapMaybe :: (Storable a, Storable b) => (Int -> a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Storable No documentation available.
-
rebase Rebase.Data.Vector.Storable No documentation available.
imapM_ :: (PrimMonad m, Storable a) => (Int -> a -> m b) -> MVector (PrimState m) a -> m ()rebase Rebase.Data.Vector.Storable.Mutable No documentation available.
imapM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m b) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Unboxed No documentation available.
imapM_ :: (Monad m, Unbox a) => (Int -> a -> m b) -> Vector a -> m ()rebase Rebase.Data.Vector.Unboxed No documentation available.
imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed No documentation available.