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

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. nvim_tabpage_set_var :: Tabpage -> ByteString -> Object -> Neovim env ()

    nvim-hs Neovim.API.ByteString

    No documentation available.

  2. nvim_tabpage_set_win :: Tabpage -> Window -> Neovim env ()

    nvim-hs Neovim.API.ByteString

    No documentation available.

  3. nvim_win_get_tabpage :: Window -> Neovim env Tabpage

    nvim-hs Neovim.API.ByteString

    No documentation available.

  4. tabpage_del_var :: Tabpage -> ByteString -> Neovim env Object

    nvim-hs Neovim.API.ByteString

    No documentation available.

  5. tabpage_get_var :: Tabpage -> ByteString -> Neovim env Object

    nvim-hs Neovim.API.ByteString

    No documentation available.

  6. tabpage_get_window :: Tabpage -> Neovim env Window

    nvim-hs Neovim.API.ByteString

    No documentation available.

  7. tabpage_get_windows :: Tabpage -> Neovim env (Vector Window)

    nvim-hs Neovim.API.ByteString

    No documentation available.

  8. tabpage_is_valid :: Tabpage -> Neovim env Bool

    nvim-hs Neovim.API.ByteString

    No documentation available.

  9. tabpage_set_var :: Tabpage -> ByteString -> Object -> Neovim env Object

    nvim-hs Neovim.API.ByteString

    No documentation available.

  10. vim_get_current_tabpage :: Neovim env Tabpage

    nvim-hs Neovim.API.ByteString

    No documentation available.

Page 277 of many | Previous | Next

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