diff options
Diffstat (limited to 'lib/options.mli')
| -rw-r--r-- | lib/options.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/options.mli b/lib/options.mli index 9137883523..dc6b5b9824 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -12,6 +12,7 @@ val emacs_str : string -> string val make_silent : bool -> unit val is_silent : unit -> bool +val verbose : unit -> bool val silently : ('a -> 'b) -> 'a -> 'b val set_print_hyps_limit : int -> unit |
