include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
to_sh_ignoring_dir t
returns a shell script representing the action,
that expects to be run from dir t
.
val to_sh_ignoring_dir : t ‑> string
to_sh_ignoring_dir t
returns a shell script representing the action,
that expects to be run from dir t
.
val string_for_one_line_make_recipe_ignoring_dir : t ‑> string