Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ErrorIOShmMap :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  2. peekMap :: (Store (ContainerKey t), Store (MapValue t), IsMap t) => Peek t

    store Data.Store.Internal

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

  3. peekOrdMapWith :: (Store (ContainerKey t), Store (MapValue t)) => ([(ContainerKey t, MapValue t)] -> t) -> Peek t

    store Data.Store.Internal

    Decode the results of pokeOrdMap using a given function to construct the map.

  4. pokeMap :: (Store (ContainerKey t), Store (MapValue t), IsMap t) => t -> Poke ()

    store Data.Store.Internal

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

  5. pokeOrdMap :: (Store (ContainerKey t), Store (MapValue t), IsMap t) => t -> Poke ()

    store Data.Store.Internal

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

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

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

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

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

    streaming-bytestring Streaming.ByteString

    Like chunkMap, but map effectfully.

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

Page 972 of many | Previous | Next