Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

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

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

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

    vty Graphics.Vty.Config

    Terminal width map files.

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

    vty Graphics.Vty.Input.Events

    No documentation available.

  6. checkMMap :: (Monad m, RenderMessage (HandlerSite m) msg) => (a -> m (Either msg b)) -> (b -> a) -> Field m a -> Field m b

    yesod-form Yesod.Form.Functions

    Same as checkM, but modifies the datatype. In order to make this work, you must provide a function to convert back from the new datatype to the old one (the second argument to this function). Since 1.1.2

  7. keymapProcessA :: HasAttributes c => Lens' c KeymapProcess

    yi-core Yi.Buffer.Misc

    No documentation available.

  8. modeKeymap :: Mode syntax -> KeymapSet -> KeymapSet

    yi-core Yi.Buffer.Misc

    Buffer-local keymap modification

  9. modeKeymapA :: forall syntax f . Functor f => ((KeymapSet -> KeymapSet) -> f (KeymapSet -> KeymapSet)) -> Mode syntax -> f (Mode syntax)

    yi-core Yi.Buffer.Misc

    No documentation available.

  10. configTopLevelKeymap :: Config -> Keymap

    yi-core Yi.Config

    No documentation available.

Page 541 of many | Previous | Next