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.
loRead :: Connection -> LoFd -> Int -> IO (Maybe ByteString)postgresql-libpq Database.PostgreSQL.LibPQ loRead conn fd len reads up to len bytes from the large object descriptor fd. In the event of an error, Nothing is returned.
goldenReadFromFile :: Golden a -> FilePath -> IO asandwich Test.Sandwich.Golden How to read the file.
bodyReader :: ActionM (IO ByteString)scotty Web.Scotty Get an IO action that reads body chunks
bodyInfoDirectChunkRead :: BodyInfo -> IO ByteStringscotty Web.Scotty.Internal.Types can be called to get more chunks
bodyInfoReadProgress :: BodyInfo -> MVar Intscotty Web.Scotty.Internal.Types index into the stream read so far
chunksReadSoFar :: BodyChunkBuffer -> [ByteString]scotty Web.Scotty.Internal.Types No documentation available.
hasFinishedReadingChunks :: BodyChunkBuffer -> Boolscotty Web.Scotty.Internal.Types whether we've reached the end of the stream yet
bodyReader :: forall (m :: Type -> Type) . Monad m => ActionT m (IO ByteString)scotty Web.Scotty.Trans Get an IO action that reads body chunks
bodyReader :: forall (m :: Type -> Type) . Monad m => ActionT m (IO ByteString)scotty Web.Scotty.Trans.Strict Get an IO action that reads body chunks
CopyReadBuffer :: BufferTargetOpenGL Graphics.Rendering.OpenGL.GL.BufferObjects No documentation available.