Module Pulselib__PulseExecutionDomain
type t=|AbortProgram of Pulselib.PulseAbductiveDomain.trepresents the state at the program point that caused an error
|ContinueProgram of Pulselib.PulseAbductiveDomain.trepresents the state at the program point
|ExitProgram of Pulselib.PulseAbductiveDomain.trepresents the state originating at exit/divergence.
include Absint.AbstractDomain.NoJoin with type t := t
include IStdlib.PrettyPrintable.PrintableType
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val continue : Pulselib.PulseAbductiveDomain.t -> tval of_posts : IR.Procdesc.t -> t list -> t listval mk_initial : IR.Procdesc.t -> t