module Dl_number:Representation of numbers for Difference Logic.sig
..end
exception Overflow
exception Underflow
module type T =sig
..end
module type Integral_value =sig
..end
module Small_integers:T
module Safe_integers:T
module Big_integers:T
module Floats:T
module Rationals:T
module Stretched_integers: