AbstractDomain.FiniteMultiMap
include WithBottom
include S
include Comparable
include IStdlib.PrettyPrintable.PrintableType
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value
set_to_single_value k v m
is equivalent (but faster) to add k v (remove_all k m)
.
Fold over the values associated to one key