Functor Parameter_sig.Builder.Int

module Int: 
functor (X : sig
include Parameter_sig.Input_with_arg
val default : int
end-> Parameter_sig.Int 
Consult the Plugin Development Guide for additional details.
Parameters:
X : sig include Input_with_arg val default: int end

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.
Since Beryllium-20090901
val get_range : unit -> int * int
What is the possible range of values for this parameter.
Since Beryllium-20090901