Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. newtype PubidLiteral

    HaXml Text.XML.HaXml.Types

    No documentation available.

  2. PubidLiteral :: String -> PubidLiteral

    HaXml Text.XML.HaXml.Types

    No documentation available.

  3. newtype PublicID

    HaXml Text.XML.HaXml.Types

    No documentation available.

  4. module Text.XML.HaXml.XmlContent.Parser

    The class XmlContent is a kind of replacement for Read and Show: it provides conversions between a generic XML tree representation and your own more specialised typeful Haskell data trees. If you are starting with a set of Haskell datatypes, use DrIFT to derive instances of this class for you: http://repetae.net/john/computer/haskell/DrIFT If you are starting with an XML DTD, use HaXml's tool DtdToHaskell to generate both the Haskell types and the corresponding instances. This unified class interface replaces two previous (somewhat similar) classes: Haskell2Xml and Xml2Haskell. There was no real reason to have separate classes depending on how you originally defined your datatypes. However, some instances for basic types like lists will depend on which direction you are using. See Text.XML.HaXml.XmlContent and Text.XML.HaXml.XmlContent.Haskell.

  5. data Prolog

    HaXml Text.XML.HaXml.XmlContent.Parser

    No documentation available.

  6. Prolog :: Maybe XMLDecl -> [Misc] -> Maybe DocTypeDecl -> [Misc] -> Prolog

    HaXml Text.XML.HaXml.XmlContent.Parser

    No documentation available.

  7. Pn :: Int -> Posn

    HaXml Text.XML.HaXml.Xtract.Lex

    No documentation available.

  8. data Posn

    HaXml Text.XML.HaXml.Xtract.Lex

    No documentation available.

  9. module Text.XML.HaXml.Xtract.Parse

    A parser for the Xtract command-language. (The string input is tokenised internally by the lexer lexXtract.) See http://www.haskell.org/HaXml/Xtract.html for the grammar that is accepted.

  10. type ProgressMeter = MVar ProgressMeterR

    MissingH Data.Progress.Meter

    No documentation available.

Page 432 of many | Previous | Next