Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. PathVarParseError :: Text -> PathVarError

    webgear-core WebGear.Core.Trait.Path

    No documentation available.

  2. data ParamNotFound

    webgear-core WebGear.Core.Trait.QueryParam

    Indicates a missing query parameter

  3. ParamNotFound :: ParamNotFound

    webgear-core WebGear.Core.Trait.QueryParam

    No documentation available.

  4. newtype ParamParseError

    webgear-core WebGear.Core.Trait.QueryParam

    Error in converting a query parameter

  5. ParamParseError :: Text -> ParamParseError

    webgear-core WebGear.Core.Trait.QueryParam

    No documentation available.

  6. class Pretty a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    The member prettyList is only used to define the instance Pretty a => Pretty [a]. In normal circumstances only the pretty function is used.

  7. type Parser = ParserT Identity

    xmlbf Xmlbf

    Parser a is a type synonym for Parser Identity a.

  8. data ParserState

    xmlbf Xmlbf

    Internal parser state.

  9. data ParserT (m :: Type -> Type) a

    xmlbf Xmlbf

    XML parser for a value of type a. This parser runs on top of some Monad m, making ParserT a suitable monad transformer. You can build a ParserT using pElement, pAnyElement, pName, pAttr, pAttrs, pChildren, pText, pEndOfInput, any of the Applicative, Alternative or Monad combinators, or you can use parserT directly. Run a ParserT using parse, parseM or runParserT

  10. Public :: Text -> Text -> ExternalID

    xmlhtml Text.XmlHtml

    No documentation available.

Page 655 of many | Previous | Next