aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/auto.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-04 11:41:54 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-04 11:41:54 +0100
commit2a22e90918588933b9793312613b737be4d12423 (patch)
treec6390fb10c0e6f535cf082392bf34482b53604d5 /tactics/auto.mli
parent5939d426ac785ec063e66a302f3692b645993c56 (diff)
parent5737c8a41782ee66e96f4e855b00e396a23e8479 (diff)
Merge remote-tracking branch 'github/pr/336' into v8.6
Was PR#336: Remove v62
Diffstat (limited to 'tactics/auto.mli')
-rw-r--r--tactics/auto.mli8
1 files changed, 3 insertions, 5 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli
index ccfb520f1..3befaaade 100644
--- a/tactics/auto.mli
+++ b/tactics/auto.mli
@@ -50,17 +50,15 @@ val new_auto : ?debug:Tacexpr.debug ->
(** auto with default search depth and with the hint database "core" *)
val default_auto : unit Proofview.tactic
-(** auto with all hint databases except the "v62" compatibility database *)
+(** auto with all hint databases *)
val full_auto : ?debug:Tacexpr.debug ->
int -> Tacexpr.delayed_open_constr list -> unit Proofview.tactic
-(** auto with all hint databases except the "v62" compatibility database
- and doing delta *)
+(** auto with all hint databases and doing delta *)
val new_full_auto : ?debug:Tacexpr.debug ->
int -> Tacexpr.delayed_open_constr list -> unit Proofview.tactic
-(** auto with default search depth and with all hint databases
- except the "v62" compatibility database *)
+(** auto with default search depth and with all hint databases *)
val default_full_auto : unit Proofview.tactic
(** The generic form of auto (second arg [None] means all bases) *)