module Html_sigs:sig..end
module type T =sig..end
module type NoWrap =Twith module Xml.W = Xml_wrap.NoWrap
Html_sigs.T, but without wrapping.
module Make(Xml:Xml_sigs.T)(Svg:Svg_sigs.Twith module Xml := Xml):sig..end
Html_f.Make.
module type Wrapped_functions =sig..end
Html_f.Make_with_wrapped_functions.