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.
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.
scrollForward :: TermStr s => Capability sterminfo System.Console.Terminfo.Cursor No documentation available.
-
Unicode normalization Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
type
GenTransformer = forall a . () => Gen a -> Gen aChasingBottoms Test.ChasingBottoms.ContinuousFunctions The type of a generator transformer.
transform :: MakeResult a -> MakeResult aChasingBottoms Test.ChasingBottoms.ContinuousFunctions transform makes sure that the pattern matches get to influence the generated value. See MakeResult.
Error'FormatUnavailable :: ErrorGLFW-b Graphics.UI.GLFW -
GLFW-b Graphics.UI.GLFW WindowHint'OpenGLForwardCompat :: Bool -> WindowHintGLFW-b Graphics.UI.GLFW No documentation available.
getWindowOpenGLForwardCompat :: Window -> IO BoolGLFW-b Graphics.UI.GLFW If this window is set for opengl to be forward compatible. See glfwGetWindowAttrib
DisplayConformant :: DisplayCapabilityGLUT 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".