Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setReadBufferSize :: HasReadBufferSize a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    Set buffer size used when reading from socket. Since 0.1.13

  2. appRead' :: AppData -> !IO ByteString

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  3. appReadUnix :: AppDataUnix -> !IO ByteString

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  4. clientReadBufferSize :: ClientSettings -> !Int

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  5. clientReadBufferSizeUnix :: ClientSettingsUnix -> !Int

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  6. serverReadBufferSize :: ServerSettings -> !Int

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  7. serverReadBufferSizeUnix :: ServerSettingsUnix -> !Int

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  8. class Monad m => MonadReader r (m :: Type -> Type) | m -> r

    adjunctions Control.Monad.Representable.Reader

    See examples in Control.Monad.Reader. Note, the partially applied function type (->) r is a simple reader monad. See the instance declaration below.

  9. getReaderT :: ReaderT (f :: Type -> Type) (m :: Type -> Type) b -> f (m b)

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

  10. runReader :: forall (f :: Type -> Type) b . Representable f => Reader f b -> Rep f -> b

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

Page 480 of many | Previous | Next