package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Action.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val dir : t -> Path.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