Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readOutputQBounded :: forall m (t :: (Type -> Type) -> Type -> Type) a . MonadAsync m => SVar t m a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.SVar

    No documentation available.

  2. readOutputQPaced :: forall m (t :: (Type -> Type) -> Type -> Type) a . MonadAsync m => SVar t m a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.SVar

    No documentation available.

  3. readOutputQRaw :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . SVar t m a -> IO ([ChildEvent a], Int)

    streamly Streamly.Internal.Data.SVar

    No documentation available.

  4. reader :: MonadReader r m => (r -> a) -> m a

    streamly Streamly.Internal.Data.Stream.MkType

    Retrieves a function of the current environment.

  5. readOutputQ :: Channel (m :: Type -> Type) a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.Stream.Prelude

    No documentation available.

  6. readOutputQBounded :: MonadRunInIO m => Bool -> Channel m a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.Stream.Prelude

    No documentation available.

  7. readOutputQPaced :: MonadRunInIO m => Channel m a -> m [ChildEvent a]

    streamly Streamly.Internal.Data.Stream.Prelude

    No documentation available.

  8. reader :: forall (m :: Type -> Type) . (MonadCatch m, MonadAsync m) => Unfold m ((Word8, Word8, Word8, Word8), PortNumber) Word8

    streamly Streamly.Internal.Network.Inet.TCP

    Read a stream from the supplied IPv4 host address and port number.

  9. readChunks :: forall (m :: Type -> Type) . MonadIO m => Socket -> Stream m (Array Word8)

    streamly Streamly.Internal.Network.Socket

    Read a stream of byte arrays from a socket. The maximum size of a single array is limited to defaultChunkSize.

    >>> readChunks = Socket.readChunksWith defaultChunkSize
    
    Pre-release

  10. readChunksWith :: forall (m :: Type -> Type) . MonadIO m => Int -> Socket -> Stream m (Array Word8)

    streamly Streamly.Internal.Network.Socket

    readChunksWith bufsize socket reads a stream of arrays from socket. The maximum size of a single array is limited to bufsize. Pre-release

Page 330 of many | Previous | Next