summaryrefslogtreecommitdiff
path: root/tactics/eauto.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
commit5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (patch)
tree631ad791a7685edafeb1fb2e8faeedc8379318ae /tactics/eauto.mli
parentda178a880e3ace820b41d38b191d3785b82991f5 (diff)
Imported Upstream snapshot 8.3~beta0+13298
Diffstat (limited to 'tactics/eauto.mli')
-rw-r--r--tactics/eauto.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index 1c6f9920..b708949e 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -25,9 +25,9 @@ val e_assumption : tactic
val registered_e_assumption : tactic
-val e_give_exact_constr : constr -> tactic
+val e_give_exact : ?flags:Unification.unify_flags -> constr -> tactic
-val gen_eauto : bool -> bool * int -> constr list ->
+val gen_eauto : bool -> bool * int -> constr list ->
hint_db_name list option -> tactic
@@ -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