Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. buildModuleMap :: FilePath -> String -> IO ModuleMap

    sandwich Test.Sandwich.TH

    No documentation available.

  2. syntaxMap :: TokenizerConfig -> SyntaxMap

    skylighting-core Skylighting.Tokenizer

    Syntax map to use

  3. type SyntaxMap = Map Text Syntax

    skylighting-core Skylighting.Types

    A map of syntaxes, keyed by full name.

  4. ChangesWhenCasemapped :: Bool_

    text-icu Data.Text.ICU.Char

    No documentation available.

  5. TransportAndMapSymbols :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  6. module Data.Validity.IntMap

    No documentation available.

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

    validity-containers Data.Validity.IntMap

    No documentation available.

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

    validity-containers Data.Validity.Map

    No documentation available.

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

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

Page 547 of many | Previous | Next