module Int: sig .. end
sig
end
include Identifiable.S
val zero_to_n : int -> Set.t
int -> Set.t
zero_to_n n is the set of numbers {0, ..., n} (inclusive).
zero_to_n n
val to_string : int -> string
int -> string