• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. configTopLevelKeymap :: Config -> Keymap

    yi-core Yi.Config

    No documentation available.

  2. fmapRegion :: (Point -> Point) -> Region -> Region

    yi-core Yi.Config.Simple

    No documentation available.

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

    yi-core Yi.Config.Simple

    No documentation available.

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

    yi-core Yi.Config.Simple

    Buffer-local keymap modification

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

    yi-core Yi.Config.Simple

    No documentation available.

  6. consoleKeymap :: Keymap

    yi-core Yi.Eval

    No documentation available.

  7. module Yi.Keymap

    Keymap, YiM and Actions.

  8. type Keymap = KeymapM ()

    yi-core Yi.Keymap

    No documentation available.

  9. type KeymapEndo = Keymap -> Keymap

    yi-core Yi.Keymap

    No documentation available.

  10. type KeymapM a = Interact Event a

    yi-core Yi.Keymap

    No documentation available.

Page 539 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete