diff options
| author | filliatr | 1999-12-12 22:04:30 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-12 22:04:30 +0000 |
| commit | 0579791aa362fbed66baff317cb29f204dcce18a (patch) | |
| tree | b792a03fdc9a333b72bad0d663e60279c545e986 /lib/options.mli | |
| parent | ed8ec17ce48b4d0cf14696a4e9760239aa31f59b (diff) | |
modules et coqc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@239 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/options.mli')
| -rw-r--r-- | lib/options.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.mli b/lib/options.mli index dc6b5b9824..25c194106b 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 |
