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