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.
threadDelay :: MonadIO m => Int -> m ()rio RIO Lifted version of threadDelay.
threadWaitRead :: MonadIO m => Fd -> m ()rio RIO Lifted version of threadWaitRead.
threadWaitWrite :: MonadIO m => Fd -> m ()rio RIO Lifted version of threadWaitWrite.
yieldThread :: MonadIO m => m ()rio RIO No documentation available.
runReader :: Reader r a -> r -> ario RIO.Prelude Runs a Reader and extracts the final value from it. (The inverse of reader.)
runReaderT :: ReaderT r m a -> r -> m ario RIO.Prelude No documentation available.
class Monad m =>
MonadReader r (m :: Type -> Type) | m -> rrio 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.
liftReadsPrec :: Vector v a => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (v a)rio RIO.Vector No documentation available.
hook_readBlock :: StreamHooks ty -> (ty -> String) -> Int -> Result ty -> IO ()HTTP Network.TCP No documentation available.
hook_readLine :: StreamHooks ty -> (ty -> String) -> Result ty -> IO ()HTTP Network.TCP No documentation available.