Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readPixel :: (Pixel a, PrimMonad m) => MutableImage (PrimState m) a -> Int -> Int -> m aJuicyPixels Codec.Picture.Types Same as pixelAt but for mutable images.
readChunk :: ReadHandle -> IO ByteStringstreaming-commons Data.Streaming.FileRead No documentation available.
readDirStream :: DirStream -> IO (Maybe FilePath)streaming-commons Data.Streaming.Filesystem No documentation available.
readBufferSizeLens :: (HasReadBufferSize a, Functor f) => (Int -> f Int) -> a -> f astreaming-commons Data.Streaming.Network No documentation available.
readLens :: (HasReadWrite a, Functor f) => (IO ByteString -> f (IO ByteString)) -> a -> f astreaming-commons Data.Streaming.Network No documentation available.
reader :: MonadReader r m => (r -> a) -> m aadjunctions Control.Monad.Representable.Reader Retrieves a function of the current environment.
readerT :: forall (f :: Type -> Type) m b . Representable f => (Rep f -> m b) -> ReaderT f m badjunctions Control.Monad.Representable.Reader No documentation available.
readWord8 :: ByteSource source => source Word8data-accessor Data.Accessor.BinaryRead No documentation available.
-
typed-process System.Process.Typed Run a process, capture its standard output and error as a ByteString, wait for it to complete, and then return its exit code, output, and error. Note that any previously used setStdout or setStderr will be overridden.
-
typed-process System.Process.Typed Same as readProcess, but interleaves stderr with stdout. Motivation: Use this function if you need stdout interleaved with stderr output (e.g. from an HTTP server) in order to debug failures.