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.
nvim_list_tabpages :: Neovim env (Vector Tabpage)nvim-hs Neovim.API.ByteString No documentation available.
nvim_set_current_tabpage :: Tabpage -> Neovim env ()nvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_del_var :: Tabpage -> ByteString -> Neovim env ()nvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_get_number :: Tabpage -> Neovim env Int64nvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_get_var :: Tabpage -> ByteString -> Neovim env Objectnvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_get_win :: Tabpage -> Neovim env Windownvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_is_valid :: Tabpage -> Neovim env Boolnvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_list_wins :: Tabpage -> Neovim env (Vector Window)nvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_set_var :: Tabpage -> ByteString -> Object -> Neovim env ()nvim-hs Neovim.API.ByteString No documentation available.
nvim_tabpage_set_win :: Tabpage -> Window -> Neovim env ()nvim-hs Neovim.API.ByteString No documentation available.