- SYNOPSIS
-
Constant zero in unlimited-size integers.
- DESCRIPTION
-
The constant num_0 is bound to the integer constant 0 in the
unlimited-precision numbers provided by the OCaml Num library.
- FAILURE CONDITIONS
-
Not applicable.
- USES
-
Exactly the same as Int 0, but may save recreation of a cons cell each time.
- SEE ALSO
-
num_1, num_2, num_10.