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. steppableReadPrec :: forall t (f :: Type -> Type) . (Steppable (->) t f, Read1 f) => ReadPrec t

    yaya Yaya.Retrofit

    An implementation of readPrec for any Steppable instance. NB: Use steppableReadPrec' if you need to use a custom parsing function for f. NB: This only requires Steppable, but the inverse operation is recursiveShowsPrec, which requires Recursive instead.

  2. steppableReadPrec' :: Steppable (->) t f => (ReadPrec t -> ReadPrec [t] -> ReadPrec (f t)) -> ReadPrec t

    yaya Yaya.Retrofit

    Like steppableReadPrec, but allows you to provide a custom display function for f.

  3. pattern GL_MAP_READ_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.BufferStorage

    No documentation available.

  4. pattern GL_CLAMP_READ_COLOR_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.ColorBufferFloat

    No documentation available.

  5. pattern GL_COPY_READ_BUFFER :: GLenum

    OpenGLRaw Graphics.GL.ARB.CopyBuffer

    No documentation available.

  6. glNamedFramebufferReadBuffer :: MonadIO m => GLuint -> GLenum -> m ()

    OpenGLRaw Graphics.GL.ARB.DirectStateAccess

    Manual page for OpenGL 4.x.

  7. pattern GL_IMPLEMENTATION_COLOR_READ_FORMAT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ES2Compatibility

    No documentation available.

  8. pattern GL_IMPLEMENTATION_COLOR_READ_TYPE :: GLenum

    OpenGLRaw Graphics.GL.ARB.ES2Compatibility

    No documentation available.

  9. pattern GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER :: GLenum

    OpenGLRaw Graphics.GL.ARB.FramebufferObjectCompatibility

    No documentation available.

  10. pattern GL_READ_FRAMEBUFFER :: GLenum

    OpenGLRaw Graphics.GL.ARB.FramebufferObjectCompatibility

    No documentation available.

Page 577 of many | Previous | Next