module type SETTINGS = sig .. end
sig
end
type t
val name : string
string
val conf_help : string
val default_name : string
val default_value : t
t