module Set : sig ... endmodule Map : sig ... endval gen : unit -> tGenerate a new id.
val peek : unit -> tGet the next id that would be generated, without actually generating it.
val to_int : t -> intConvert the id to an integer.
val compare : t -> t -> Ordering.tCompare two ids.
val hash : t -> int