Up

Module Run_reason

Signature

type t =
| No_record_of_being_run_before
| Action_changed
| Deps_have_changed of Db.Pm_key.t list
| Targets_missing of Path.Rel.t list
| Targets_not_as_expected of Path.Rel.t list
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string : Config.t -> t -> string