aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/eauto.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index 10046a1c33..589ac5abe9 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -22,6 +22,8 @@ val e_assumption : tactic
val registered_e_assumption : tactic
+val simplest_eapply : constr -> tactic
+
val e_give_exact_constr : constr -> tactic
val gen_eauto : bool -> bool * int -> constr list ->