Module CommonPriv.ThreadDigest

Digest to be used for analyses that account for all join-local contributions in some locally tracked datastructure, akin to the L component from the analyses in

include Printable.S
type t
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val name : unit -> string
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int

Unique ID, given by HConsed, for context identification in witness

val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val current : Q.ask -> t
val accounted_for : Q.ask -> current:t -> other:t -> bool