Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. TransportAndMapSymbols :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  2. module Data.Validity.IntMap

    No documentation available.

  3. decorateIntMap :: IntMap v -> (v -> Validation) -> Validation

    validity-containers Data.Validity.IntMap

    No documentation available.

  4. decorateMap :: Show k => Map k v -> (k -> v -> Validation) -> Validation

    validity-containers Data.Validity.Map

    No documentation available.

  5. type InputMap = [(Maybe String, String, Event)]

    vty Graphics.Vty.Config

    Mappings from input bytes to event in the order specified. Later entries take precedence over earlier in the case multiple entries have the same byte string.

  6. addConfigWidthMap :: FilePath -> String -> FilePath -> IO ConfigUpdateResult

    vty Graphics.Vty.Config

    Add a widthMap directive to the Vty configuration file at the specified path. If the configuration path refers to a configuration that already contains the directive for the specified map and terminal type, the configuration file will not be modified. If the file does not contain the directive, it will be appended to the file. If the configuration path does not exist, a new configuration file will be created and any directories in the path will also be created. This returns a ConfigUpdateResult indicating the change to the configuration. This does not handle exceptions raised by file or directory permissions issues.

  7. configInputMap :: VtyUserConfig -> InputMap

    vty Graphics.Vty.Config

    The (input byte, output event) pairs extend the internal input table of VTY and the table from terminfo. See Graphics.Vty.Config module documentation for documentation of the map directive.

  8. configTermWidthMaps :: VtyUserConfig -> [(String, FilePath)]

    vty Graphics.Vty.Config

    Terminal width map files.

  9. type ClassifyMap = [(String, Event)]

    vty Graphics.Vty.Input.Events

    No documentation available.

  10. module Graphics.Rendering.OpenGL.GL.Bitmaps

    This module corresponds to section 3.7 (Bitmaps) of the OpenGL 2.1 specs.

Page 547 of many | Previous | Next