aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eauto.mli
diff options
context:
space:
mode:
authorGravatar jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-08 16:05:33 +0000
committerGravatar jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-08 16:05:33 +0000
commit329dcbec0e950f58334ec46938d7d74ad73cb617 (patch)
tree7d14d997e80240df6331251de47c4b2dea902618 /tactics/eauto.mli
parent6164aabc75035ca21474b51ceab4e25d47395ff7 (diff)
correction d'un bug d'efficacite dans Function (+ ajout de eauto_with_bases)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10640 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/eauto.mli')
-rw-r--r--tactics/eauto.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index 34655b134..d1883aa66 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -29,3 +29,9 @@ val e_give_exact_constr : constr -> tactic
val gen_eauto : bool -> bool * int -> constr list ->
hint_db_name list option -> tactic
+
+
+val eauto_with_bases :
+ bool ->
+ bool * int ->
+ Term.constr list -> Auto.Hint_db.t list -> Proof_type.tactic