1Numbers.Int(3)                   OCaml library                  Numbers.Int(3)
2
3
4

NAME

6       Numbers.Int - no description
7

Module

9       Module   Numbers.Int
10

Documentation

12       Module Int
13        : sig end
14
15
16
17
18
19
20
21       include Identifiable.S
22
23
24
25
26       val zero_to_n : int -> Set.t
27
28
29       zero_to_n n is the set of numbers {0, ..., n} (inclusive).
30
31
32
33       val to_string : int -> string
34
35
36
37
38
39
40OCamldoc                          2021-01-26                    Numbers.Int(3)
Impressum