Module Jenga_lib__Reflected.Trip

type t = {
targets : Jenga_lib.Path.t list;
deps : Jenga_lib.Path.t list;
action : Action.t;
}
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val to_string : t ‑> string