Make.Memory
module Access : Pulselib.PulseBasicInterface.Access.S with type key := t
module Edges : sig ... end
include IStdlib.PrettyPrintable.PPMonoMap
with type key := t
and type value = Edges.t
with type t = PulseBaseMemory.t
include IStdlib.PrettyPrintable.MonoMap
with type key := t
with type value = Edges.t
with type t = PulseBaseMemory.t
type value = Edges.t
type t = PulseBaseMemory.t
val empty : t
val is_empty : t -> bool
val cardinal : t -> int
val is_singleton_or_more :
t ->
(t * 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 -> t -> unit
val add_edge :
t ->
Access.t ->
(Pulselib.PulseBasicInterface.AbstractValue.t
* Pulselib.PulseBasicInterface.ValueHistory.t) ->
t ->
t
val find_edge_opt :
?get_var_repr:
(Pulselib.PulseBasicInterface.AbstractValue.t ->
Pulselib.PulseBasicInterface.AbstractValue.t) ->
t ->
Access.t ->
t ->
(needs_canon * Pulselib.PulseBasicInterface.ValueHistory.t) option