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

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

  3. module Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

  4. Positive :: Integer -> PositiveInteger

    HaXml Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

  5. newtype PositiveInteger

    HaXml Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

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

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  7. type Particle = Maybe Either ChoiceOrSeq Group

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  8. data ParticleAttrs

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  9. Pattern :: Regexp -> MyRestriction

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  10. Primitive :: PrimitiveType -> SimpleType

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

Page 429 of many | Previous | Next