Module Kappa_data_structures.ValMapSource

Sourcetype key = int
Sourcetype t
Sourceval print : Format.formatter -> t -> unit
Sourceval random : Random.State.t -> t -> key
Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval add : key -> int -> t -> t
Sourceval mem : key -> t -> bool
Sourceval remove : key -> t -> t
Sourceval total : t -> Int64.t