Module Incr_dom

include Virtual_dom
module Vdom = Virtual_dom.Vdom
module Tyxml = Virtual_dom.Tyxml
module App_intf : sig ... end
module Incr : sig ... end
module Js_misc : sig ... end

This module has a small collection of helpful bits of javascript that have no other obvious home.

module Start_app : sig ... end

The calls in this module initialize new applications, including starting up Async and waiting for the initial creation of the DOM.