summaryrefslogtreecommitdiff
path: root/tactics/eauto.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/eauto.mli')
-rw-r--r--tactics/eauto.mli10
1 files changed, 9 insertions, 1 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli
index c3084e65..4621088e 100644
--- a/tactics/eauto.mli
+++ b/tactics/eauto.mli
@@ -10,9 +10,13 @@
open Term
open Proof_type
open Tacexpr
+open Auto
+open Topconstr
(*i*)
-val rawwit_hintbases : string list option raw_abstract_argument_type
+val rawwit_hintbases : hint_db_name list option raw_abstract_argument_type
+
+val rawwit_auto_using : constr_expr list raw_abstract_argument_type
val e_assumption : tactic
@@ -23,3 +27,7 @@ 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 ->
+ hint_db_name list option -> tactic
+