Job_view.Node
module Stable : sig ... end
type 'a t = 'a Stable.Latest.t =
| BEmpty
| BFull of 'a * Extra.t
| MEmpty
| MPart of 'a
| MFull of 'a * 'a * Extra.t
include Ppx_sexp_conv_lib.Sexpable.S1 with type 'a t := 'a 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