num_10 : num

SYNOPSIS
Constant ten in unlimited-size integers.

DESCRIPTION
The constant num_10 is bound to the integer constant 10 in the unlimited-precision numbers provided by the OCaml Num library.

FAILURE CONDITIONS
Not applicable.

USES
Exactly the same as Int 10, but may save recreation of a cons cell each time.

SEE ALSO
num_0, num_1, num_2.