module App_intf : sig ... endmodule Incr : sig ... endmodule Js_misc : sig ... endThis module has a small collection of helpful bits of javascript that have no other obvious home.
module Start_app : sig ... endThe calls in this module initialize new applications, including starting up Async and waiting for the initial creation of the DOM.