Spec.Vinclude module type of struct include T endinclude ThreadIdDomain.Sinclude Printable.Stype t = T.tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitraryval threadinit : GoblintCil.varinfo -> multiple:bool -> tval is_main : t -> boolval is_unique : t -> boolOverapproximates whether the first TID can be involved in the creation fo the second TID
module D = T.Dinclude module type of struct include Analyses.StdV end