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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. vim_get_color_map :: Neovim env (Map ByteString Object)

    nvim-hs Neovim.API.ByteString

    No documentation available.

  2. data NeovimAPI

    nvim-hs Neovim.API.Parser

    This data type represents the top-level structure of the nvim --api-info output.

  3. NeovimAPI :: [(String, Int64)] -> [(String, Int64)] -> [NeovimFunction] -> NeovimAPI

    nvim-hs Neovim.API.Parser

    No documentation available.

  4. nvim_buf_del_keymap :: Buffer -> String -> String -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  5. nvim_buf_get_keymap :: Buffer -> String -> Neovim env [Map String Object]

    nvim-hs Neovim.API.String

    No documentation available.

  6. nvim_buf_set_keymap :: Buffer -> String -> String -> String -> Map String Object -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  7. nvim_del_keymap :: String -> String -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  8. nvim_get_color_map :: Neovim env (Map String Object)

    nvim-hs Neovim.API.String

    No documentation available.

  9. nvim_get_keymap :: String -> Neovim env [Map String Object]

    nvim-hs Neovim.API.String

    No documentation available.

  10. nvim_set_keymap :: String -> String -> String -> Map String Object -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

Page 994 of many | Previous | Next

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