Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. Pending :: TestResult

    HTF Test.Framework.TestInterface

    No documentation available.

  2. Pass :: TestResult

    HTF Test.Framework.TestTypes

    No documentation available.

  3. Pending :: TestResult

    HTF Test.Framework.TestTypes

    No documentation available.

  4. module Text.XML.HaXml.Html.Parse

    This is a parser for HTML documents. Unlike for XML documents, it must include a certain amount of error-correction to account for HTML features like self-terminating tags, unterminated tags, and incorrect nesting. The input is tokenised by the XML lexer (a separate lexer is not required for HTML).

  5. module Text.XML.HaXml.Html.ParseLazy

    This is a parser for HTML documents. Unlike for XML documents, it must include a certain amount of error-correction to account for HTML features like self-terminating tags, unterminated tags, and incorrect nesting. The input is tokenised by the XML lexer (a separate lexer is not required for HTML).

  6. module Text.XML.HaXml.Html.Pretty

    This is a separate pretty-printer for HTML documents, recognising some of the differences between HTML and true XML.

  7. module Text.XML.HaXml.Parse

    A non-validating XML parser. For the input grammar, see http://www.w3.org/TR/REC-xml.

  8. module Text.XML.HaXml.ParseLazy

    A non-validating XML parser. For the input grammar, see http://www.w3.org/TR/REC-xml.

  9. module Text.XML.HaXml.Posn

    Define a position datatype for giving locations in error messages.

  10. data Posn

    HaXml Text.XML.HaXml.Posn

    Source positions contain a filename, line, column, and an inclusion point, which is itself another source position, recursively.

Page 423 of many | Previous | Next