diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-11-17 14:57:33 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-11-17 14:57:33 +0000 |
commit | 97a93cc747342931c37e205c60d8398bd45a2f28 (patch) | |
tree | 3ff152f0b124656f61f0b9df701acd1bc5c9febb /tactics | |
parent | 749ac06ff9b901464c6818d99f30ba8ba9a589c3 (diff) |
A la demande de Julien Forest
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7573 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r-- | tactics/eauto.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/eauto.mli b/tactics/eauto.mli index c3084e651..dbda5fd25 100644 --- a/tactics/eauto.mli +++ b/tactics/eauto.mli @@ -23,3 +23,5 @@ 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 -> Util.Stringmap.key list option -> tactic |