merlin-lib.kernel
Mconfig.Verbosity
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
type t =
| Smart
| Lvl of int
val default : t
the default value for verbosity, i.e., Lvl 0
Lvl 0
val of_string : string -> t
Invalid_argument
if the given string isn't "smart" or int
"smart"
int
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
to_int t
for_smart
t
Smart
v
Lvl v