aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorJim Fehrle2020-11-14 10:20:30 -0800
committerJim Fehrle2020-11-15 16:34:57 -0800
commit51ddbbe05ab2c47a2c50c1e6781b8562b7717110 (patch)
treeaebccc594aa834bb00e40c3afcf874455d378f7f /tactics
parent9a93f5836a5f7bab81384314ac11ff0aac7d1b7f (diff)
Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto"
Diffstat (limited to 'tactics')
-rw-r--r--tactics/eauto.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index 5fb038a767..f40bbc813e 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -30,4 +30,5 @@ val autounfold : hint_db_name list -> Locus.clause -> unit Proofview.tactic
val autounfold_tac : hint_db_name list option -> Locus.clause -> unit Proofview.tactic
val autounfold_one : hint_db_name list -> Locus.hyp_location option -> unit Proofview.tactic
+val make_depth : int option -> int
val make_dimension : int option -> int option -> bool * int