Module Body.How

type t = [
  1. | `Ignore
  2. | `String
  3. | `Strings
  4. | `Pipe
]
val sexp_of_t : t -> Sexplib0.Sexp.t