aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/options.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/options.mli')
-rw-r--r--lib/options.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.mli b/lib/options.mli
index dc6b5b982..25c194106 100644
--- a/lib/options.mli
+++ b/lib/options.mli
@@ -12,7 +12,7 @@ val emacs_str : string -> string
val make_silent : bool -> unit
val is_silent : unit -> bool
-val verbose : unit -> bool
+val is_verbose : unit -> bool
val silently : ('a -> 'b) -> 'a -> 'b
val set_print_hyps_limit : int -> unit