module Xml : XML with module W = Wrapmodule Svg :
Svg_sigs.Make(Xml).T
with type +'a elt = 'a Svg.elt
and type +'a attrib = 'a Svg.attribmodule Html :
Html_sigs.Make(Xml)(Svg).T
with type +'a elt = 'a Html.elt
and type +'a attrib = 'a Html.attribval filter_attrib : 'a Html.attrib -> bool React.signal -> 'a Html.attribmodule Html5 :
Html_sigs.Make(Xml)(Svg).T
with type +'a elt = 'a Html.elt
and type +'a attrib = 'a Html.attrib