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