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. withForegroundColor :: TermStr s => Capability (Color -> s -> s)

    terminfo System.Console.Terminfo.Color

    This capability temporarily sets the terminal's foreground color while outputting the given text, and then restores the terminal to its default foreground and background colors.

  2. scrollForward :: TermStr s => Capability s

    terminfo System.Console.Terminfo.Cursor

    No documentation available.

  3. package unicode-transforms

    Unicode normalization Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).

  4. type GenTransformer = forall a . () => Gen a -> Gen a

    ChasingBottoms Test.ChasingBottoms.ContinuousFunctions

    The type of a generator transformer.

  5. transform :: MakeResult a -> MakeResult a

    ChasingBottoms Test.ChasingBottoms.ContinuousFunctions

    transform makes sure that the pattern matches get to influence the generated value. See MakeResult.

  6. Error'FormatUnavailable :: Error

    GLFW-b Graphics.UI.GLFW

    doc

  7. Error'PlatformError :: Error

    GLFW-b Graphics.UI.GLFW

    doc

  8. WindowHint'OpenGLForwardCompat :: Bool -> WindowHint

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  9. getWindowOpenGLForwardCompat :: Window -> IO Bool

    GLFW-b Graphics.UI.GLFW

    If this window is set for opengl to be forward compatible. See glfwGetWindowAttrib

  10. DisplayConformant :: DisplayCapability

    GLUT Graphics.UI.GLUT.Initialization

    Boolean indicating if the frame buffer configuration is conformant or not. Conformance information is based on GLX's EXT_visual_rating extension if supported. If the extension is not supported, all visuals are assumed conformant. Default is "IsEqualTo 1".

Page 738 of many | Previous | Next