aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/auto.mli
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2016-10-24 17:35:04 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2016-10-25 15:56:33 +0200
commit2d687dec5709695942aa6a92197a5e5e2a91b616 (patch)
treeb94b6613d3896a33c37ce17237f7af0b988c6aa4 /tactics/auto.mli
parent7e38b6627caaab7d19c4fc0ee542a67d9f8970c2 (diff)
Remove v62 from the codebase.
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 5384140c2..04791a526 100644
--- a/tactics/auto.mli
+++ b/tactics/auto.mli
@@ -48,17 +48,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) *)