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. module Text.XML.HaXml.Pretty

    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.

  2. Pattern :: String -> Comment -> Restrict

    HaXml Text.XML.HaXml.Schema.HaskellTypeModel

    No documentation available.

  3. module Text.XML.HaXml.Schema.Parse

    No documentation available.

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

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

  6. module Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

  7. Positive :: Integer -> PositiveInteger

    HaXml Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

  8. newtype PositiveInteger

    HaXml Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

  9. PA :: Particle -> [Either AttributeDecl AttrGroup] -> Maybe AnyAttr -> ParticleAttrs

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  10. type Particle = Maybe Either ChoiceOrSeq Group

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

Page 424 of many | Previous | Next