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 ParamNotFound

    webgear-core WebGear.Core.Trait.QueryParam

    Indicates a missing query parameter

  2. ParamNotFound :: ParamNotFound

    webgear-core WebGear.Core.Trait.QueryParam

    No documentation available.

  3. newtype ParamParseError

    webgear-core WebGear.Core.Trait.QueryParam

    Error in converting a query parameter

  4. ParamParseError :: Text -> ParamParseError

    webgear-core WebGear.Core.Trait.QueryParam

    No documentation available.

  5. 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.

  6. type Parser = ParserT Identity

    xmlbf Xmlbf

    Parser a is a type synonym for Parser Identity a.

  7. data ParserState

    xmlbf Xmlbf

    Internal parser state.

  8. 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

  9. Public :: Text -> Text -> ExternalID

    xmlhtml Text.XmlHtml

    No documentation available.

  10. newtype Percent

    Chart Graphics.Rendering.Chart.Axis.Floating

    A wrapper class for doubles used to indicate they are to be plotted against a percentage axis.

Page 653 of many | Previous | Next