• 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 String Object)

    nvim-hs Neovim.API.String

    No documentation available.

  2. bytestringVectorTypeMap :: TypeMap

    nvim-hs Neovim.API.TH

    No documentation available.

  3. stringListTypeMap :: TypeMap

    nvim-hs Neovim.API.TH

    No documentation available.

  4. textVectorTypeMap :: TypeMap

    nvim-hs Neovim.API.TH

    No documentation available.

  5. nvim_buf_del_keymap :: Buffer -> Text -> Text -> Neovim env ()

    nvim-hs Neovim.API.Text

    No documentation available.

  6. nvim_buf_get_keymap :: Buffer -> Text -> Neovim env (Vector (Map Text Object))

    nvim-hs Neovim.API.Text

    No documentation available.

  7. nvim_buf_set_keymap :: Buffer -> Text -> Text -> Text -> Map Text Object -> Neovim env ()

    nvim-hs Neovim.API.Text

    No documentation available.

  8. nvim_del_keymap :: Text -> Text -> Neovim env ()

    nvim-hs Neovim.API.Text

    No documentation available.

  9. nvim_get_color_map :: Neovim env (Map Text Object)

    nvim-hs Neovim.API.Text

    No documentation available.

  10. nvim_get_keymap :: Text -> Neovim env (Vector (Map Text Object))

    nvim-hs Neovim.API.Text

    No documentation available.

Page 995 of many | Previous | Next

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