Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_VIRTUAL_PAGE_SIZE_Y_AMD :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_Y_ARB :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_Y_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_Z_AMD :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_Z_ARB :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_Z_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
-
Windows code page library for Haskell This library provides two modules:
- System.IO.CodePage: a cross-platform module that exports functions which adjust code pages on Windows, and do nothing on other operating systems.
- System.Win32.CodePage: On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this module exports nothing.
-
Exports functions which adjust code pages on Windows, and do nothing on other operating systems.
-
code-page System.IO.CodePage A numeric type representing Windows code pages.
defaultFallbackCodePageEncoding :: CodePage -> TextEncodingcode-page System.IO.CodePage Provides a best-effort attempt to convert a CodePage to a TextEncoding on non-Windows OSes. Errors if given a CodePage that it doesn't know how to convert.