• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. pattern GL_BOOL_VEC3 :: GLenum

    OpenGLRaw Graphics.GL.Version21

    No documentation available.

  2. pattern GL_BOOL_VEC4 :: GLenum

    OpenGLRaw Graphics.GL.Version21

    No documentation available.

  3. type GLboolean = Word8

    OpenGLRaw Graphics.GL.Version21

    8bit boolean.

  4. glGetBooleanv :: MonadIO m => GLenum -> Ptr GLboolean -> m ()

    OpenGLRaw Graphics.GL.Version21

    Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x.

  5. ConsumeBool :: (Bool -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  6. TypeBool :: TokenType

    cborg Codec.CBOR.Decoding

    No documentation available.

  7. decodeBool :: Decoder s Bool

    cborg Codec.CBOR.Decoding

    Decode a bool.

  8. TkBool :: Bool -> Tokens -> Tokens

    cborg Codec.CBOR.Encoding

    No documentation available.

  9. encodeBool :: Bool -> Encoding

    cborg Codec.CBOR.Encoding

    Encode a Bool.

  10. TkBool :: Bool -> TermToken

    cborg Codec.CBOR.FlatTerm

    No documentation available.

Page 120 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete