Module Incr_dom.App_intf
module type Model = sig ... endCommon module types
module type Action = sig ... endmodule type State = sig ... endmodule type Derived_model = sig ... endmodule type S = sig ... endThis is intended to become the only API for building Incr_dom apps, and S_simple and S_derived should be removed soon. This should provide essentially the full optimization power of
S_derived, but should be simpler to use thanS_simple