Module Rpc_parallel.Fd_redirection

type t = [
| `Dev_null
| `File_append of string
| `File_truncate of string
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t