module Config : sig ... endmodule Incremental_intf : sig ... endFor expressing a computation that depends on variables and that can automatically incrementally recompute after the values of some of the variables change.
module Private : sig ... end