Module Rpc_parallel__.Fd_redirection

type t = [
| `Dev_null
| `File_append of string
| `File_truncate of string
]
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val __t_of_sexp__ : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t