Up

Module Trip

Signature

type t = {
targets
: Path.t list ;
deps
: Path.t list ;
action
: Action.t ;
}
val sexp_of_t : t -> Sexplib.Sexp.t