HaXml-1.24.1: Utilities for manipulating XML documents

Safe HaskellSafe-Inferred

Text.XML.HaXml.Schema.PrettyHsBoot

Description

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.

Synopsis

Documentation

ppComment :: CommentPosition -> Comment -> DocSource

Generate aligned haddock-style documentation. (but without escapes in comment text yet)

ppModule :: NameConverter -> Module -> DocSource

Convert a whole document from HaskellTypeModel to Haskell source text.

ppHighLevelDecl :: NameConverter -> Decl -> DocSource

Convert a single Haskell Decl into Haskell source text.

ppHighLevelDecls :: NameConverter -> [Decl] -> DocSource

Convert multiple HaskellTypeModel Decls to Haskell source text.

ppvList :: String -> String -> String -> (a -> Doc) -> [a] -> DocSource

Vertically pretty-print a list of things, with open and close brackets, and separators.