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. threadDelay :: MonadIO m => Int -> m ()

    rio RIO

    Lifted version of threadDelay.

  2. threadWaitRead :: MonadIO m => Fd -> m ()

    rio RIO

    Lifted version of threadWaitRead.

  3. threadWaitWrite :: MonadIO m => Fd -> m ()

    rio RIO

    Lifted version of threadWaitWrite.

  4. yieldThread :: MonadIO m => m ()

    rio RIO

    No documentation available.

  5. runReader :: Reader r a -> r -> a

    rio RIO.Prelude

    Runs a Reader and extracts the final value from it. (The inverse of reader.)

  6. runReaderT :: ReaderT r m a -> r -> m a

    rio RIO.Prelude

    No documentation available.

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

    rio RIO.Prelude.Types

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

  8. liftReadsPrec :: Vector v a => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (v a)

    rio RIO.Vector

    No documentation available.

  9. hook_readBlock :: StreamHooks ty -> (ty -> String) -> Int -> Result ty -> IO ()

    HTTP Network.TCP

    No documentation available.

  10. hook_readLine :: StreamHooks ty -> (ty -> String) -> Result ty -> IO ()

    HTTP Network.TCP

    No documentation available.

Page 492 of many | Previous | Next