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.
-
HaXml Text.XML.HaXml.Types No documentation available.
PubidLiteral :: String -> PubidLiteralHaXml Text.XML.HaXml.Types No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
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.
-
HaXml Text.XML.HaXml.XmlContent.Parser No documentation available.
Prolog :: Maybe XMLDecl -> [Misc] -> Maybe DocTypeDecl -> [Misc] -> PrologHaXml Text.XML.HaXml.XmlContent.Parser No documentation available.
-
HaXml Text.XML.HaXml.Xtract.Lex No documentation available.
-
HaXml Text.XML.HaXml.Xtract.Lex No documentation available.
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.
type
ProgressMeter = MVar ProgressMeterRMissingH Data.Progress.Meter No documentation available.