module type T = sig ... endSignature of typesafe constructors for HTML documents.
module type NoWrap = T with module Xml.W = Xml_wrap.NoWrapEquivalent to T, but without wrapping.
Signature functors
module Make : functor (Xml : Xml_sigs.T) -> functor (Svg : Svg_sigs.T with module Xml := Xml) -> sig ... endSignature functor for Html_f.Make.
module type Wrapped_functions = sig ... endWrapped functions, to be used with Html_f.Make_with_wrapped_functions.