Module Jenga_lib.Reflected.Trip

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