Spec.Gtype t = Multiprocess.t * Capacity.t * Waiters.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval show : (Multiprocess.t * Capacity.t * Waiters.t) -> stringval pretty :
unit ->
(Multiprocess.t * Capacity.t * Waiters.t) ->
Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
(Multiprocess.t * Capacity.t * Waiters.t) ->
unitval to_yojson :
(Multiprocess.t * Capacity.t * Waiters.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary :
unit ->
(Multiprocess.t * Capacity.t * Waiters.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc