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

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. window_get_tabpage :: Window -> Neovim env Tabpage

    nvim-hs Neovim.API.ByteString

    No documentation available.

  2. data Tabpage

    nvim-hs Neovim.API.String

    No documentation available.

  3. Tabpage :: ByteString -> Tabpage

    nvim-hs Neovim.API.String

    No documentation available.

  4. nvim_get_current_tabpage :: Neovim env Tabpage

    nvim-hs Neovim.API.String

    No documentation available.

  5. nvim_list_tabpages :: Neovim env [Tabpage]

    nvim-hs Neovim.API.String

    No documentation available.

  6. nvim_set_current_tabpage :: Tabpage -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  7. nvim_tabpage_del_var :: Tabpage -> String -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  8. nvim_tabpage_get_number :: Tabpage -> Neovim env Int64

    nvim-hs Neovim.API.String

    No documentation available.

  9. nvim_tabpage_get_var :: Tabpage -> String -> Neovim env Object

    nvim-hs Neovim.API.String

    No documentation available.

  10. nvim_tabpage_get_win :: Tabpage -> Neovim env Window

    nvim-hs Neovim.API.String

    No documentation available.

Page 278 of many | Previous | Next

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