模組 Numbers.Int

module Int: sig .. end

include Identifiable.S
val zero_to_n : int -> Set.t

zero_to_n n 是數字集合 {0, ..., n} (包含)。

val to_string : int -> string