Rpc_parallel.Prog_and_args
type t
=
{
prog : string;
args : string list;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t