aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorherbelin2002-02-28 19:00:51 +0000
committerherbelin2002-02-28 19:00:51 +0000
commitf3abbb1978d2ce40b69c70e79c69b2a5f6b05b57 (patch)
tree5ee291ba6943e4e73d916ce0147f7c4c11ce4532 /tactics/tactics.mli
parent38bd23ce2a6fb0ef6839005b3dff9f789a92324b (diff)
Uniformisation convert_hyp; correction problème de dépendance dans letin_tac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2501 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 3f611f831d..28a17ea517 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -43,7 +43,7 @@ exception Bound
val introduction : identifier -> tactic
val refine : constr -> tactic
val convert_concl : constr -> tactic
-val convert_hyp : identifier -> constr -> tactic
+val convert_hyp : named_declaration -> tactic
val thin : identifier list -> tactic
val mutual_fix : identifier list -> int list -> constr list -> tactic
val fix : identifier -> int -> tactic