Module Process.Exit_status

type t =
| Not_exited
| Exited of int
| Fatal_signal of int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t