Module Ecaml__.Process.Call.Result

type t =
| Exit_status of int
| Signaled of string
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t