Module Uid.Chash_map

type t = int Map.t
val empty : t
val add : uid -> t -> t
val add_list : uid list -> t -> t
val add_set : Set.t -> t -> t
val to_string : t -> string