Module InferModules__PulseAbductiveDomain
module AbstractAddress = InferModules.PulseDomain.AbstractAddress
module Attributes = InferModules.PulseDomain.Attributes
include InferModules.AbstractDomain.NoJoin
include InferStdlib.PrettyPrintable.PrintableType
val pp : InferStdlib.PrettyPrintable.F.formatter -> t -> unit
val mk_initial : InferIR.Procdesc.t -> t
module Stack : sig ... end
stack operations like
PulseDomain
.Stack but that also take care of propagating facts to the precondition
module Memory : sig ... end
stack 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