Up
Module
Outcome
The outcome of a job
Signature
type
'a t =
| Ok
of
'a
| Aborted
| Raised
of
exn
val
sexp_of_t : ('a ->
Sexplib.Sexp.t
) -> 'a
t
->
Sexplib.Sexp.t