Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readMaybe :: PrimMonad m => MVector (PrimState m) a -> Int -> m (Maybe a)rebase Rebase.Data.Vector.Mutable No documentation available.
imapMaybe :: (Prim a, Prim b) => (Int -> a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Primitive No documentation available.
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.
mapMaybe :: (Prim a, Prim b) => (a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Primitive No documentation available.
mapMaybeM :: (Monad m, Prim a, Prim b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Primitive No documentation available.
readMaybe :: (PrimMonad m, Prim a) => MVector (PrimState m) a -> Int -> m (Maybe a)rebase Rebase.Data.Vector.Primitive.Mutable 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.
mapMaybe :: (Storable a, Storable b) => (a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Storable No documentation available.
mapMaybeM :: (Monad m, Storable a, Storable b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Storable No documentation available.