PulseBaseMemory.Edges
include IStdlib.RecencyMap.S
with type key = Access.t
and type value =
PulseBasicInterface.AbstractValue.t
* PulseBasicInterface.ValueHistory.t
Note that the derived compare
and equal
functions are sensitive to the underlying implementation and in particular won't equate some objects that denote the same map.
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
type key = Access.t
val pp : IStdlib.RecencyMap.F.formatter -> t -> unit
val empty : t
val is_empty : t -> bool
val mapi :
t ->
f:
(key ->
(PulseBasicInterface.AbstractValue.t * PulseBasicInterface.ValueHistory.t) ->
PulseBasicInterface.AbstractValue.t * PulseBasicInterface.ValueHistory.t) ->
t
val canonicalize :
get_var_repr:
(Pulselib.PulseBasicInterface.AbstractValue.t ->
Pulselib.PulseBasicInterface.AbstractValue.t) ->
t ->
t