jon.recoil.org

Module Mconfig.Verbosity

type t =
  1. | Smart
  2. | Lvl of int

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

val of_string : string -> Merlin_kernel.Mconfig.Verbosity.t
val to_int : Merlin_kernel.Mconfig.Verbosity.t -> for_smart:int -> int

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