Up

Module Status

Signature

type t = [
| `Timeout of Core.Std.Time.Span.t
| `Exited of int
| `Signaled of Core.Std.Signal.t
]
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string : t -> string