aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eauto.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/eauto.mli')
-rw-r--r--tactics/eauto.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index 4621088e2..d17afd293 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -22,10 +22,6 @@ val e_assumption : tactic
val registered_e_assumption : tactic
-val e_resolve_constr : constr -> tactic
-
-val vernac_e_resolve_constr : constr -> tactic
-
val e_give_exact_constr : constr -> tactic
val gen_eauto : bool -> bool * int -> constr list ->