Base.Record
module Stable : sig ... end
type 'base t = 'base Stable.Latest.t = {
job : 'base;
seq_no : Sequence_number.t;
status : Job_status.t;
}
include Ppx_sexp_conv_lib.Sexpable.S1 with type 'base t := 'base t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.t