summaryrefslogtreecommitdiff
path: root/tactics/extratactics.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /tactics/extratactics.mli
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
Diffstat (limited to 'tactics/extratactics.mli')
-rw-r--r--tactics/extratactics.mli15
1 files changed, 4 insertions, 11 deletions
diff --git a/tactics/extratactics.mli b/tactics/extratactics.mli
index 234c0161..d43e4581 100644
--- a/tactics/extratactics.mli
+++ b/tactics/extratactics.mli
@@ -6,19 +6,12 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: extratactics.mli 9073 2006-08-22 08:54:29Z jforest $ i*)
+(*i $Id: extratactics.mli 11166 2008-06-22 13:23:35Z herbelin $ i*)
-open Util
-open Names
-open Term
open Proof_type
-open Rawterm
-open Tacexpr
-open Topconstr
-open Genarg
-val h_discrHyp : quantified_hypothesis -> tactic
-val h_injHyp : quantified_hypothesis -> tactic
+val h_discrHyp : Names.identifier -> tactic
+val h_injHyp : Names.identifier -> tactic
-val refine_tac : Genarg.open_constr -> tactic
+val refine_tac : Evd.open_constr -> tactic