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. 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.

  2. goldenReadFromFile :: Golden a -> FilePath -> IO a

    sandwich Test.Sandwich.Golden

    How to read the file.

  3. bodyReader :: ActionM (IO ByteString)

    scotty Web.Scotty

    Get an IO action that reads body chunks

    • This is incompatible with body since body consumes all chunks.

  4. bodyInfoDirectChunkRead :: BodyInfo -> IO ByteString

    scotty Web.Scotty.Internal.Types

    can be called to get more chunks

  5. bodyInfoReadProgress :: BodyInfo -> MVar Int

    scotty Web.Scotty.Internal.Types

    index into the stream read so far

  6. chunksReadSoFar :: BodyChunkBuffer -> [ByteString]

    scotty Web.Scotty.Internal.Types

    No documentation available.

  7. hasFinishedReadingChunks :: BodyChunkBuffer -> Bool

    scotty Web.Scotty.Internal.Types

    whether we've reached the end of the stream yet

  8. bodyReader :: forall (m :: Type -> Type) . Monad m => ActionT m (IO ByteString)

    scotty Web.Scotty.Trans

    Get an IO action that reads body chunks

    • This is incompatible with body since body consumes all chunks.

  9. bodyReader :: forall (m :: Type -> Type) . Monad m => ActionT m (IO ByteString)

    scotty Web.Scotty.Trans.Strict

    Get an IO action that reads body chunks

    • This is incompatible with body since body consumes all chunks.

  10. CopyReadBuffer :: BufferTarget

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

Page 529 of many | Previous | Next