Module type Kwapp.VERBOSITY

module type VERBOSITY = sig .. end
The type of verbosity state for messages. This is how your program decides how verbose to be.

val get : unit -> int
get (): return the current verbosity.
val set : int -> unit
set n: set the verbosity to n.