Module InferModules.PulseAbductiveDomain
module AbstractAddress = PulseDomain.AbstractAddressmodule Attributes = PulseDomain.Attributesinclude AbstractDomain.NoJoin
include InferStdlib.PrettyPrintable.PrintableType
val pp : InferStdlib.PrettyPrintable.F.formatter -> t -> unit
val mk_initial : InferIR.Procdesc.t -> t
module Stack : sig ... endstack operations like
PulseDomain.Stackbut that also take care of propagating facts to the precondition
module Memory : sig ... endstack operations like
PulseDomain.Heap but that also take care of propagating facts to the precondition
val is_local : InferIR.Var.t -> t -> bool
module PrePost : sig ... end