Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapM_ :: Monad m => (a -> m b) -> Vector a -> m ()

    rio RIO.Vector.Boxed

    No documentation available.

  2. mapMaybe :: (a -> Maybe b) -> Vector a -> Vector b

    rio RIO.Vector.Boxed

    No documentation available.

  3. mapM :: (Monad m, Storable a, Storable b) => (a -> m b) -> Vector a -> m (Vector b)

    rio RIO.Vector.Storable

    No documentation available.

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

    rio RIO.Vector.Storable

    No documentation available.

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

    rio RIO.Vector.Storable

    No documentation available.

  6. mapM :: (Monad m, Unbox a, Unbox b) => (a -> m b) -> Vector a -> m (Vector b)

    rio RIO.Vector.Unboxed

    No documentation available.

  7. mapM_ :: (Monad m, Unbox a) => (a -> m b) -> Vector a -> m ()

    rio RIO.Vector.Unboxed

    No documentation available.

  8. mapMaybe :: (Unbox a, Unbox b) => (a -> Maybe b) -> Vector a -> Vector b

    rio RIO.Vector.Unboxed

    No documentation available.

  9. mapWriter :: ((a, w) -> (b, w')) -> Writer w a -> Writer w' b

    rio RIO.Writer

    Map both the return value and output of a computation using the given function.

  10. mapWriterT :: (m (a, w) -> n (b, w')) -> WriterT w m a -> WriterT w' n b

    rio RIO.Writer

    Map both the return value and output of a computation using the given function.

Page 128 of many | Previous | Next