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

Module HTML5_f

module HTML5_f : sig..end

Typesafe constructors for HTML5 documents (Functorial interface)


module Make : functor (XML : XML_sigs.T) -> 
  functor (SVG : SVG_sigs.T     with module XML := XML) ->
  
  HTML5_sigs.Twith module XML := XML
and module SVG := SVG