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.
TransportAndMapSymbols :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
-
No documentation available.
decorateIntMap :: IntMap v -> (v -> Validation) -> Validationvalidity-containers Data.Validity.IntMap No documentation available.
decorateMap :: Show k => Map k v -> (k -> v -> Validation) -> Validationvalidity-containers Data.Validity.Map No documentation available.
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.
addConfigWidthMap :: FilePath -> String -> FilePath -> IO ConfigUpdateResultvty 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.
configInputMap :: VtyUserConfig -> InputMapvty 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.
configTermWidthMaps :: VtyUserConfig -> [(String, FilePath)]vty Graphics.Vty.Config Terminal width map files.
type
ClassifyMap = [(String, Event)]vty Graphics.Vty.Input.Events No documentation available.
module Graphics.Rendering.OpenGL.GL.
Bitmaps This module corresponds to section 3.7 (Bitmaps) of the OpenGL 2.1 specs.