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 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 may_race :
(Barriers.t * MustObserved.t * MustObserved.key) ->
(Barriers.t * MustObserved.t * MustObserved.key) ->
bool