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. class SemanticEq a

    ChasingBottoms Test.ChasingBottoms.SemanticOrd

    SemanticEq contains methods for testing whether two terms are semantically equal.

  2. semanticEq :: SemanticEq a => Tweak -> a -> a -> Bool

    ChasingBottoms Test.ChasingBottoms.SemanticOrd

    No documentation available.

  3. Key'Equal :: Key

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  4. Key'PadEqual :: Key

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  5. getRequiredInstanceExtensions :: IO [CString]

    GLFW-b Graphics.UI.GLFW

    Get required vulkan extensions; Pointer memory is managed by GLFW, destroyed by terminate call. The returned extension names are kept in CString type, because they are expected to be consumed by vulkan device initialization functions.

  6. getTimerFrequency :: IO Word64

    GLFW-b Graphics.UI.GLFW

    Returns the frequency, in Hz, of the raw timer. See Timer input

  7. requestWindowAttention :: Window -> IO ()

    GLFW-b Graphics.UI.GLFW

    Requests user attention to the specified window. See glfwRequestWindowAttention

  8. IsEqualTo :: Relation

    GLUT Graphics.UI.GLUT.Initialization

    Equal.

  9. IsNotEqualTo :: Relation

    GLUT Graphics.UI.GLUT.Initialization

    Not equal.

  10. glBlendEquationIndexedAMD :: MonadIO m => GLuint -> GLenum -> m ()

    OpenGLRaw Graphics.GL.AMD.DrawBuffersBlend

    This command is an alias for glBlendEquationi.

Page 436 of many | Previous | Next