Module Mconfig.VerbositySource

Sourcetype t =
  1. | Smart
  2. | Lvl of int
Sourceval default : t

the default value for verbosity, i.e., Lvl 0

Sourceval of_string : string -> t
Sourceval to_int : t -> for_smart:int -> int

to_int t returns for_smart if t is Smart, returns v if t is Lvl v