module Unmarshal_nums:sig
..end
Unmarshal
to deal with the data types of the Nums
library.
You must make sure that this module is linked with your program,
by using one of the values declared below. If you don't need
them in your program (for example because you are using
Unmarshal.Abstract
for all your BigNums), you should add the
following line to one of your source files.
ignore Unmarshal_nums.t_num;;
val t_nat : Unmarshal.t
val t_big_int : Unmarshal.t
val t_ratio : Unmarshal.t
val t_num : Unmarshal.t