Functor Html5_f.Make_with_wrapped_functions
module Make_with_wrapped_functions (Xml : Xml_sigs.T)
(C :
Html5_sigs.Wrapped_functions
with type ('a, 'b) ft = ('a, 'b) Xml.W.ft)
(Svg : Svg_sigs.T with module Xml := Xml) :
Html5_sigs.Make(Xml)(Svg).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib
Parameters :
Xml | : | Xml_sigs.T |
C | : | Html5_sigs.Wrapped_functions with type ('a, 'b) ft = ('a, 'b) Xml.W.ft |
Svg | : | Svg_sigs.T with module Xml := Xml |