Module Virtual_dom.Tyxml

module type XML = Virtual_dom__.Tyxml_f.Xml_sigs.T with type XML.uri = string and type XML.event_handler = Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> Virtual_dom__.Event.t and type XML.mouse_event_handler = Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> Virtual_dom__.Event.t and type XML.touch_event_handler = Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t -> Virtual_dom__.Event.t and type XML.keyboard_event_handler = Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> Virtual_dom__.Event.t and type XML.elt = Vdom.Node.t
module Xml : XML with module XML.W = Virtual_dom__.Tyxml_f.Xml_wrap.NoWrap
module Svg : Virtual_dom__.Tyxml_f.Svg_sigs.Make(Xml).T with module Svg.Xml.W = Virtual_dom__.Tyxml_f.Xml_wrap.NoWrap
module Html : Virtual_dom__.Tyxml_f.Html_sigs.Make(Xml)(Svg).T with module Html.Xml.W = Virtual_dom__.Tyxml_f.Xml_wrap.NoWrap