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. type ProcessingInstruction = (PITarget, String)

    HaXml Text.XML.HaXml.Types

    No documentation available.

  2. data Prolog

    HaXml Text.XML.HaXml.Types

    No documentation available.

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

    HaXml Text.XML.HaXml.Types

    No documentation available.

  4. newtype PubidLiteral

    HaXml Text.XML.HaXml.Types

    No documentation available.

  5. PubidLiteral :: String -> PubidLiteral

    HaXml Text.XML.HaXml.Types

    No documentation available.

  6. newtype PublicID

    HaXml Text.XML.HaXml.Types

    No documentation available.

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

  8. data Prolog

    HaXml Text.XML.HaXml.XmlContent.Parser

    No documentation available.

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

    HaXml Text.XML.HaXml.XmlContent.Parser

    No documentation available.

  10. Pn :: Int -> Posn

    HaXml Text.XML.HaXml.Xtract.Lex

    No documentation available.

Page 427 of many | Previous | Next