Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_VIRTUAL_PAGE_SIZE_X_ARB :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_VIRTUAL_PAGE_SIZE_X_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
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.