package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | No_record_of_being_run_before
  2. | Action_changed
  3. | Deps_have_changed of Db.Pm_key.t list
  4. | Targets_missing of Path.Rel.t list
  5. | Targets_not_as_expected of Path.Rel.t list
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : Config.t -> t -> string