S.Stackinclude PulseBaseStack.S
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
and type t = PulseBaseStack.tinclude IStdlib.PrettyPrintable.PPMonoMap
with type key = IR.Var.t
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
with type t = PulseBaseStack.tinclude IStdlib.PrettyPrintable.MonoMap
with type key = IR.Var.t
with type value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_
with type t = PulseBaseStack.ttype key = IR.Var.ttype value = needs_canon Pulselib.PulseBasicInterface.ValueOrigin.t_type t = PulseBaseStack.tval empty : tval is_empty : t -> boolval cardinal : t -> intval is_singleton_or_more :
t ->
(key * value) IStdlib.IContainer.singleton_or_moreinclude IStdlib.PrettyPrintable.PrintableType with type t := tval pp : IStdlib.PrettyPrintable.F.formatter -> t -> unitval pp_key : IStdlib.PrettyPrintable.F.formatter -> key -> unitval add : IR.Var.t -> Pulselib.PulseBasicInterface.ValueOrigin.t -> t -> t