Module IUnix.Exit_or_signal
type error = [ | `Exit_non_zero of int| `Signal of int
]val sexp_of_error : error -> Sexplib0.Sexp.tval error_of_sexp : Sexplib0.Sexp.t -> errorval __error_of_sexp__ : Sexplib0.Sexp.t -> errortype t = (unit, error) IStdlib.IStd.Result.tinclude Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compareinclude Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval to_string_hum : t -> string