package rpc_parallel

  1. Overview
  2. Docs
type t = [
  1. | `Dev_null
  2. | `File_append of string
  3. | `File_truncate of string
]
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t