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. PartialNotFound :: FilePath -> SubstitutionError

    mustache Text.Mustache.Render

    The template contained a partial for which there was no data counterpart in the current context

  2. type Pair = (Text, Value)

    mustache Text.Mustache.Types

    Source type for constructing Objects

  3. Partial :: Maybe α -> FilePath -> Node α

    mustache Text.Mustache.Types

    No documentation available.

  4. data Plugin env

    nvim-hs Neovim

    This data type contains meta information for the plugin manager.

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

    nvim-hs Neovim

    No documentation available.

  6. class Pretty a

    nvim-hs Neovim

    Overloaded conversion to Doc. Laws:

    1. output should be pretty. :-)

  7. data Priority

    nvim-hs Neovim

    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.

  8. module Neovim.API.Parser

    No documentation available.

  9. class Pretty a

    nvim-hs Neovim.Classes

    Overloaded conversion to Doc. Laws:

    1. output should be pretty. :-)

  10. type Parser = Parsec Void String

    nvim-hs Neovim.Compat.Megaparsec

    No documentation available.

Page 723 of many | Previous | Next