module type Int =sig..end
Signature for an integer parameter.
include Parameter_sig.S
val incr : unit -> unitIncrement the integer.
val set_range : min:int -> max:int -> unitSet what is the possible range of values for this parameter.
val get_range : unit -> int * intWhat is the possible range of values for this parameter.