diff options
| author | filliatr | 1999-12-09 09:59:27 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-09 09:59:27 +0000 |
| commit | f09ca438e24bc4016b4e778dd8fd4de4641b7636 (patch) | |
| tree | 4b108c844f99fb9bba496fa50d56445f5a8fd6ff /lib/options.mli | |
| parent | c4dccc430e10b784e65b5bf3330c55d658d2883d (diff) | |
Discharge (encore bugge)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@223 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
