ideas-1.7: Feedback services for intelligent tutoring systems

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellSafe
LanguageHaskell98

Ideas.Text.XML.Document

Description

Datatype for representing XML documents

Documentation

data XML Source #

Instances

Show XML Source # 

Methods

showsPrec :: Int -> XML -> ShowS #

show :: XML -> String #

showList :: [XML] -> ShowS #

Pretty XML Source # 

Methods

pretty :: XML -> Doc #

prettyList :: [XML] -> Doc #

type Content = [XML] Source #

data DTD Source #

Constructors

DTD Name (Maybe ExternalID) [DocTypeDecl]