Module type Dynamic.Parameter.Common

module type Common = sig .. end

Set of common operations on parameters.


type t 
val get : string -> unit -> t
val set : string -> t -> unit
val clear : string -> unit -> unit
val is_set : string -> unit -> bool
val is_default : string -> unit -> bool