The outcome of a job
type 'a t
=
|
Ok of 'a
Aborted
Raised of exn
include sig ... end
val sexp_of_t : ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t