A.3. Directory structure

doc

Contains the documentation: this thesis and the generated HDoc documentation

examples

Contains some example applications for using the parser, filter functions and filter combinators. Includes HXmlParser, a command line well-formedness checker and validator.

hdom

Sources of package hdom.

hparser

Sources of package hparser.

hvalidator

Sources of package hvalidator.

parsec

Sources of the free monadic parser combinator library Parsec. Parsec is already distributed with Hugs and GHC, but we had some problems with different behaviors of these libraries.