Spec.DUniqueness Counter * TID * (All thread creates of current thread * All thread creates of the current function and its callees)
type t = N.t * ThreadLifted.t * Created.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval hash : t -> intval show : (N.t * ThreadLifted.t * Created.t) -> stringval pretty : unit -> (N.t * ThreadLifted.t * Created.t) -> Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
(N.t * ThreadLifted.t * Created.t) ->
unitval to_yojson :
(N.t * ThreadLifted.t * Created.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (N.t * ThreadLifted.t * Created.t) QCheck.arbitrary