module Xml : XML with module XML.W = Xml_wrap.NoWrap
module Svg : Svg_sigs.Make(Xml).T with module Svg.Xml.W = Xml_wrap.NoWrap
module Html : Html_sigs.Make(Xml)(Svg).T with module Html.Xml.W = Xml_wrap.NoWrap
module Html5 : Html_sigs.Make(Xml)(Svg).T with module Html5.Xml.W = Xml_wrap.NoWrap and type 'a Html5.elt = 'a Html.elt and type +'a Html5.attrib = 'a Html.attrib
module Wrap : Xml_wrap.T with type 'a Wrap.t = 'a React.signal and type 'a Wrap.tlist = 'a ReactiveData.RList.t and type ('a, 'b) Wrap.ft = 'a -> 'b
module Util : sig ... end