Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. imapM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m b) -> Vector a -> m (Vector b)

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  2. imapM_ :: (Monad m, Unbox a) => (Int -> a -> m b) -> Vector a -> m ()

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  3. imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  4. imapMaybeM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m (Maybe b)) -> Vector a -> m (Vector b)

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  5. imapM_ :: (PrimMonad m, Unbox a) => (Int -> a -> m b) -> MVector (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Unboxed.Mutable

    No documentation available.

  6. chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString

    Like chunkMap, but map effectfully.

  7. chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m r

    streaming-bytestring Streaming.ByteString

    Like chunkMapM, but discard the result of each effectful mapping.

  8. chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Char8

    Like chunkMap, but map effectfully.

  9. chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m r

    streaming-bytestring Streaming.ByteString.Char8

    Like chunkMapM, but discard the result of each effectful mapping.

  10. chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Internal

    Like chunkMap, but map effectfully.

Page 86 of many | Previous | Next