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. data Priority

    nvim-hs Neovim.Config

    Priorities are used to define how important a log message is. Users can filter log messages based on priorities. These have their roots on the traditional syslog system. The standard definitions are given below, but you are free to interpret them however you like. They are listed here in ascending importance order.

  2. data PluginSettings env

    nvim-hs Neovim.Context.Internal

    This GADT is used to share information between stateless and stateful plugin threads since they work fundamentally in the same way. They both contain a function to register some functionality in the plugin provider as well as some values which are specific to the one or the other context.

  3. module Neovim.Plugin

    No documentation available.

  4. data Plugin env

    nvim-hs Neovim.Plugin

    This data type contains meta information for the plugin manager.

  5. Plugin :: env -> [ExportedFunctionality env] -> Plugin env

    nvim-hs Neovim.Plugin

    No documentation available.

  6. data Plugin env

    nvim-hs Neovim.Plugin.Internal

    This data type contains meta information for the plugin manager.

  7. Plugin :: env -> [ExportedFunctionality env] -> Plugin env

    nvim-hs Neovim.Plugin.Internal

    No documentation available.

  8. data Pair a

    one-liner Generics.OneLiner.Internal

    No documentation available.

  9. Pair :: a -> a -> Pair a

    one-liner Generics.OneLiner.Internal

    No documentation available.

  10. type ProcessLocalSpanSerialNumber = Word64

    opentelemetry OpenTelemetry.Eventlog_Internal

    No documentation available.

Page 724 of many | Previous | Next