Module PulseAbductiveDomain.PrePost
val pp : Stdlib.Format.formatter -> t -> unit
val of_post : InferIR.Procdesc.t -> domain_t -> t
val apply : InferIR.Typ.Procname.t -> InferBase.Location.t -> t -> formals:InferIR.Var.t list -> actuals:((AbstractAddress.t * PulseDomain.ValueHistory.t) * InferIR.Typ.t) list -> domain_t -> (domain_t * AbstractAddress.t option, PulseDiagnostic.t) InferStdlib.IStd.result
return the abstract state after the call along with an optional return value