Module Incr_dom
include Virtual_dom
module Vdom = Virtual_dom.Vdommodule Tyxml = Virtual_dom.Tyxmlmodule Dom_float = Virtual_dom.Dom_floatmodule App_intf : sig ... endmodule Incr : sig ... endmodule Js_misc : sig ... endmodule Start_app : sig ... endmodule Component : sig ... endA
Componentcaptures the basic operations that need to be provided in order to build an Incr_dom app. The same type can be used both at the top-level of an app, as well as for defining individual components within a larger app.