diff options
Diffstat (limited to 'tactics/eauto.mli')
-rw-r--r-- | tactics/eauto.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli index 7359d070e..b708949e0 100644 --- a/tactics/eauto.mli +++ b/tactics/eauto.mli @@ -35,3 +35,5 @@ val eauto_with_bases : bool -> bool * int -> Term.constr list -> Auto.hint_db list -> Proof_type.tactic + +val autounfold : hint_db_name list -> Tacticals.goal_location -> tactic |