Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ReadFramebuffer :: FramebufferTarget

    OpenGL Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferObjects

    No documentation available.

  2. module Graphics.Rendering.OpenGL.GL.ReadCopyPixels

    This module corresponds to section 4.3 (Drawing, Reading, and Copying Pixels) of the OpenGL 2.1 specs.

  3. ReadBuffer :: BufferState

    ghc-internal GHC.Internal.IO.Buffer

    No documentation available.

  4. ReadHandle :: HandleType

    ghc-internal GHC.Internal.IO.Handle.Types

    No documentation available.

  5. ReadWriteHandle :: HandleType

    ghc-internal GHC.Internal.IO.Handle.Types

    No documentation available.

  6. ReadMode :: IOMode

    ghc-internal GHC.Internal.IO.IOMode

    No documentation available.

  7. ReadWriteMode :: IOMode

    ghc-internal GHC.Internal.IO.IOMode

    No documentation available.

  8. type ReadS a = String -> [(a, String)]

    ghc-internal GHC.Internal.Read

    A parser for a type a, represented as a function that takes a String and returns a list of possible parses as (a,String) pairs. Note that this kind of backtracking parser is very inefficient; reading a large structure may be quite slow (cf ReadP).

  9. ReadMode :: IOMode

    ghc-internal GHC.Internal.System.IO

    No documentation available.

  10. ReadWriteMode :: IOMode

    ghc-internal GHC.Internal.System.IO

    No documentation available.

Page 382 of many | Previous | Next