Absint.Bindings
include AbstractDomain.S
include AbstractDomain.Comparable
include IStdlib.PrettyPrintable.PrintableType
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val empty : t
val add : IR.Var.t -> HilExp.AccessExpression.t -> t -> t
returns the new bindings as well as a list of variables that became dead
val resolve : t -> IR.Var.t -> HilExp.AccessExpression.t option
val fold :
t ->
init:'accum ->
f:(IR.Var.t -> HilExp.AccessExpression.t -> 'accum -> 'accum) ->
'accum