Spec.Ainclude sig ... endtype t = Barriers.t * MustObserved.t * TID.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 : (Barriers.t * MustObserved.t * TID.t) -> stringval pretty :
unit ->
(Barriers.t * MustObserved.t * TID.t) ->
Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
(Barriers.t * MustObserved.t * TID.t) ->
unitval to_yojson :
(Barriers.t * MustObserved.t * TID.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (Barriers.t * MustObserved.t * TID.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval may_race :
(Barriers.t * MustObserved.t * MustObserved.key) ->
(Barriers.t * MustObserved.t * MustObserved.key) ->
bool