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.

  1. pattern GL_VIRTUAL_PAGE_SIZE_Y_AMD :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  2. pattern GL_VIRTUAL_PAGE_SIZE_Y_ARB :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  3. pattern GL_VIRTUAL_PAGE_SIZE_Y_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  4. pattern GL_VIRTUAL_PAGE_SIZE_Z_AMD :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  5. pattern GL_VIRTUAL_PAGE_SIZE_Z_ARB :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  6. pattern GL_VIRTUAL_PAGE_SIZE_Z_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  7. package code-page

    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.

  8. module System.IO.CodePage

    Exports functions which adjust code pages on Windows, and do nothing on other operating systems.

  9. type CodePage = Word32

    code-page System.IO.CodePage

    A numeric type representing Windows code pages.

  10. defaultFallbackCodePageEncoding :: CodePage -> TextEncoding

    code-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.

Page 272 of many | Previous | Next