Make.Stack
include PulseBaseStack.S
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
and type t = PulseBaseStack.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = IR.Var.t
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
with type t = PulseBaseStack.t
include IStdlib.PrettyPrintable.MonoMap
with type key = IR.Var.t
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
with type t = PulseBaseStack.t
type key = IR.Var.t
type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
type t = PulseBaseStack.t
val empty : t
val is_empty : t -> bool
val cardinal : t -> int
val is_singleton_or_more :
t ->
(key * value) IStdlib.IContainer.singleton_or_more
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val pp_key : IStdlib.PrettyPrintable.F.formatter -> key -> unit
val add : IR.Var.t -> Pulselib.PulseBasicInterface.ValueOrigin.t -> t -> t