Module Computation_watcher.Config

type t = {
  1. log_action : bool;
  2. log_model_before : bool;
  3. log_model_after : bool;
  4. log_watcher_positions : bool;
  5. log_dependency_definition_position : bool;
  6. log_incr_info : bool;
  7. label : string option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val merge : t -> t -> t