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

Module Xhtml_f

module Xhtml_f : sig..end

Typesafe constructors for XHTML documents (Functorial interface)


module Make_01_00 (X : Xml_sigs.T) : 
  
  Xhtml_sigs.T_01_00with type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt
module Make_01_01 (X : Xml_sigs.T) : 
  
  Xhtml_sigs.T_01_01with type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt
module Make (X : Xml_sigs.T) : 
  
  Xhtml_sigs.Twith type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt