table of contents
other versions
- trixie 5.3.0-3
- testing 5.3.0-3
- unstable 5.3.0-3
- experimental 5.4.0-1~exp1
Numbers.Int(3o) | OCaml library | Numbers.Int(3o) |
NAME¶
Numbers.Int - no description
Module¶
Module Numbers.Int
Documentation¶
Module Int
: sig end
include Identifiable.S
val zero_to_n : int -> Set.t
zero_to_n n is the set of numbers {0, ..., n} (inclusive).
val to_string : int -> string
2025-06-12 | OCamldoc |