Module PulseAbductiveDomain.Stack
stack operations like BaseStack but that also take care of propagating facts to the precondition
val add : IR.Var.t -> BaseStack.value -> t -> tval remove_vars : IR.Var.t list -> t -> tval fold : (IR.Var.t -> BaseStack.value -> 'a -> 'a) -> t -> 'a -> 'aval find_opt : IR.Var.t -> t -> BaseStack.value optionval eval : IBase.Location.t -> PulseBasicInterface.ValueHistory.t -> IR.Var.t -> t -> t * (PulseBasicInterface.AbstractValue.t * PulseBasicInterface.ValueHistory.t)return the value of the variable in the stack or create a fresh one if needed