Module Html5_sigs
module Html5_sigs : sig..end
Common Attributes ¶
module type T = sig..end
module type NoWrap = Twith module Xml.W = Xml_wrap.NoWrap
module type Wrapped_functions = sig..end
Signature functors ¶
See the manual of the functorial interface .
module Make (Xml : Xml_sigs.T)
(Svg : Svg_sigs.T with module Xml := Xml) :
sig..end
Signature functor for Html5_f.Make.