Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapMaybe :: (Vector v a, Vector v b) => (a -> Maybe b) -> v a -> v b

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  2. mapMaybeM :: (Monad m, Vector v a, Vector v b) => (a -> m (Maybe b)) -> v a -> m (v b)

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  3. mapM_ :: (PrimMonad m, MVector v a) => (a -> m b) -> v (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  4. mapM_ :: PrimMonad m => (a -> m b) -> MVector (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  5. mapM_ :: (Monad m, Prim a) => (a -> m b) -> Vector a -> m ()

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  6. mapMaybe :: (Prim a, Prim b) => (a -> Maybe b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  7. mapMaybeM :: (Monad m, Prim a, Prim b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  8. mapM_ :: (PrimMonad m, Prim a) => (a -> m b) -> MVector (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  9. mapM_ :: (Monad m, Storable a) => (a -> m b) -> Vector a -> m ()

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  10. mapMaybe :: (Storable a, Storable b) => (a -> Maybe b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Storable

    No documentation available.

Page 42 of many | Previous | Next