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.
setReadBufferSize :: HasReadBufferSize a => Int -> a -> astreaming-commons Data.Streaming.Network Set buffer size used when reading from socket. Since 0.1.13
appRead' :: AppData -> !IO ByteStringstreaming-commons Data.Streaming.Network.Internal No documentation available.
appReadUnix :: AppDataUnix -> !IO ByteStringstreaming-commons Data.Streaming.Network.Internal No documentation available.
clientReadBufferSize :: ClientSettings -> !Intstreaming-commons Data.Streaming.Network.Internal No documentation available.
clientReadBufferSizeUnix :: ClientSettingsUnix -> !Intstreaming-commons Data.Streaming.Network.Internal No documentation available.
serverReadBufferSize :: ServerSettings -> !Intstreaming-commons Data.Streaming.Network.Internal No documentation available.
serverReadBufferSizeUnix :: ServerSettingsUnix -> !Intstreaming-commons Data.Streaming.Network.Internal No documentation available.
class Monad m =>
MonadReader r (m :: Type -> Type) | m -> radjunctions 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.
getReaderT :: ReaderT (f :: Type -> Type) (m :: Type -> Type) b -> f (m b)adjunctions Control.Monad.Representable.Reader No documentation available.
runReader :: forall (f :: Type -> Type) b . Representable f => Reader f b -> Rep f -> badjunctions Control.Monad.Representable.Reader No documentation available.