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