模块 Numbers.Int

module Int: sig .. end

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

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

val to_string : int -> string