Module Incr_dom.App_intf

module type Model = sig ... end

Common module types

module type Action = sig ... end
module type State = sig ... end
module type S = sig ... end