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