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.
-
This is a pretty-printer for turning the internal representation of generic structured XML documents into the Doc type (which can later be rendered using Text.PrettyPrint.HughesPJ.render). Essentially there is one pp function for each type in Text.Xml.HaXml.Types, so you can pretty-print as much or as little of the document as you wish.
Pattern :: String -> Comment -> RestrictHaXml Text.XML.HaXml.Schema.HaskellTypeModel No documentation available.
module Text.XML.HaXml.Schema.
Parse No documentation available.
module Text.XML.HaXml.Schema.
PrettyHaskell Pretty-print the internal Haskell model of XSD datatypes to a real Haskell module containing type declarations, and instances for parsing (and printing - though not yet implemented) values of those datatypes from(/to) XML.
module Text.XML.HaXml.Schema.
PrettyHsBoot Pretty-print the internal Haskell model of XSD datatypes to a Haskell hs-boot module containing only stub type declarations. This approach is intended to work around issues of mutually recursive datatype definitions.
module Text.XML.HaXml.Schema.
PrimitiveTypes No documentation available.
Positive :: Integer -> PositiveIntegerHaXml Text.XML.HaXml.Schema.PrimitiveTypes No documentation available.
-
HaXml Text.XML.HaXml.Schema.PrimitiveTypes No documentation available.
PA :: Particle -> [Either AttributeDecl AttrGroup] -> Maybe AnyAttr -> ParticleAttrsHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
type
Particle = Maybe Either ChoiceOrSeq GroupHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.