Module Jenga_lib__Run_reason

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