BaseDomain.WeakUpdates
Maintains a set of local variables that need to be weakly updated, because multiple reachable copies of them may
include sig ... end
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val arbitrary : unit -> t QCheck.arbitrary
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
type elt = Basetype.Variables.t
val empty : unit -> t
val is_empty : t -> bool
val cardinal : t -> int