diff options
| author | herbelin | 2001-02-14 15:58:25 +0000 |
|---|---|---|
| committer | herbelin | 2001-02-14 15:58:25 +0000 |
| commit | 9d328613b3cd77cfe68d08340c09e486650044fc (patch) | |
| tree | 9bf994bc3a069c22fc17720e25adda92aebd4d39 /lib/options.mli | |
| parent | 41bf87dd6a35255596638f1b1983a0b2d0d071b8 (diff) | |
Mise en place d'un système optionnel de discharge immédiat; prise en compte des défs locales dans les arguments des inductifs; nettoyage divers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1388 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 d36c6a4678..576794f39c 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -26,3 +26,4 @@ val without_mes_ambig : ('a -> 'b) -> 'a -> 'b val add_unsafe : string -> unit val is_unsafe : string -> bool +val immediate_discharge : bool |
