type key = inttype t
val print : Format.formatter -> t -> unitval random : Random.State.t -> t -> keyval empty : tval is_empty : t -> boolval add : key -> int -> t -> tval mem : key -> t -> boolval remove : key -> t -> tval total : t -> Int64.t