Module Virtual_dom.Tyxml

module type XML : Virtual_dom__.Tyxml_f.Xml_sigs.T with type XML.uri = string and type XML.event_handler = Virtual_dom__.Js_of_ocaml.Dom_html.event Virtual_dom__.Js_of_ocaml.Js.t ‑> Virtual_dom__.Event.t and type XML.mouse_event_handler = Virtual_dom__.Js_of_ocaml.Dom_html.mouseEvent Virtual_dom__.Js_of_ocaml.Js.t ‑> Virtual_dom__.Event.t and type XML.keyboard_event_handler = Virtual_dom__.Js_of_ocaml.Dom_html.keyboardEvent Virtual_dom__.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