Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
glGetBooleanv :: MonadIO m => GLenum -> Ptr GLboolean -> m ()OpenGLRaw Graphics.GL.Version20 Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x.
-
OpenGLRaw Graphics.GL.Version21 No documentation available.
pattern
GL_BOOL_VEC2 :: GLenumOpenGLRaw Graphics.GL.Version21 No documentation available.
pattern
GL_BOOL_VEC3 :: GLenumOpenGLRaw Graphics.GL.Version21 No documentation available.
pattern
GL_BOOL_VEC4 :: GLenumOpenGLRaw Graphics.GL.Version21 No documentation available.
-
OpenGLRaw Graphics.GL.Version21 8bit boolean.
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.
-
beam-core Database.Beam.Backend.SQL.AST No documentation available.
-
beam-core Database.Beam.Query Phantom type representing a SQL Tri-state boolean -- true, false, and unknown This type has no values because it cannot be sent to or retrieved from the database directly. Use isTrue_, isFalse_, isNotTrue_, isNotFalse_, isUnknown_, isNotUnknown_, and unknownAs_ to retrieve the corresponding Bool value.
fromPossiblyNullBool_ :: QGenExpr context be s (Maybe Bool) -> QGenExpr context be s SqlBoolbeam-core Database.Beam.Query