Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Main modules

Tyxml

Typed implementation for HTML, SVG and XML

Tyxml.Html

Typesafe constructors and printers for HTML documents.

Tyxml.Svg

Typesafe constructors and printers for Svg documents.

Types and signatures

Html_sigs

HTML signatures for the functorial interface.

Html_types

HTML types with variants, goes with Html_sigs.T.

Svg_sigs

SVG signatures for the functorial interface.

Svg_types

SVG types with variants, goes with Svg_sigs.T.

TyXML Functors

Html_f

Typesafe constructors for HTML documents (Functorial interface)

Svg_f

Typesafe constructors for SVG documents (Functorial interface)

Xml_sigs

XML Signatures.

Xml_wrap
Xml_iter

Basic iterators over XML tree (functorial interface).

Xml_print

Printing utilities.

Xml_stream

Streaming IO to/from XML trees

Indexes