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.
-
webgear-core WebGear.Core.Trait.QueryParam Indicates a missing query parameter
ParamNotFound :: ParamNotFoundwebgear-core WebGear.Core.Trait.QueryParam No documentation available.
-
webgear-core WebGear.Core.Trait.QueryParam Error in converting a query parameter
ParamParseError :: Text -> ParamParseErrorwebgear-core WebGear.Core.Trait.QueryParam No documentation available.
-
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.
type
Parser = ParserT Identityxmlbf Xmlbf -
xmlbf Xmlbf Internal parser state.
data
ParserT (m :: Type -> Type) axmlbf 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
Public :: Text -> Text -> ExternalIDxmlhtml Text.XmlHtml No documentation available.
-
Chart Graphics.Rendering.Chart.Axis.Floating A wrapper class for doubles used to indicate they are to be plotted against a percentage axis.