Module Kernel.BigIntsHex

module BigIntsHex: Parameter_sig.Int 

Behavior of option "-hexadecimal-big-integers"


include Parameter_sig.S
val incr : unit -> unit

Increment the integer.

val set_range : min:int -> max:int -> unit

Set what is the possible range of values for this parameter.

val get_range : unit -> int * int

What is the possible range of values for this parameter.