package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Smart
  2. | Lvl of int
val default : t

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

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

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