Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. sizeMap :: (Store (ContainerKey t), Store (MapValue t), IsMap t) => Size t

    store Data.Store.Internal

    Implement size for an IsMap of where both ContainerKey and MapValue are Store instances.

  2. sizeOrdMap :: (Store (ContainerKey t), Store (MapValue t), IsMap t) => Size t

    store Data.Store.Internal

    Like sizeMap but should only be used for ordered containers where mapToList returns an ascending list.

  3. chunkMap :: forall (m :: Type -> Type) r . Monad m => (ByteString -> ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString

    Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.

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

    streaming-bytestring Streaming.ByteString

    Like chunkMap, but map effectfully.

  5. 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.

  6. chunkMap :: forall (m :: Type -> Type) r . Monad m => (ByteString -> ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Char8

    Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.

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

    streaming-bytestring Streaming.ByteString.Char8

    Like chunkMap, but map effectfully.

  8. 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.

  9. chunkMap :: forall (m :: Type -> Type) r . Monad m => (ByteString -> ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Internal

    Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.

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

    streaming-bytestring Streaming.ByteString.Internal

    Like chunkMap, but map effectfully.

Page 974 of many | Previous | Next