diff options
| author | Jim Fehrle | 2020-11-14 10:20:30 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2020-11-15 16:34:57 -0800 |
| commit | 51ddbbe05ab2c47a2c50c1e6781b8562b7717110 (patch) | |
| tree | aebccc594aa834bb00e40c3afcf874455d378f7f /tactics | |
| parent | 9a93f5836a5f7bab81384314ac11ff0aac7d1b7f (diff) | |
Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto"
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/eauto.mli | 1 |
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 |
