aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorclrenard2001-11-12 15:56:10 +0000
committerclrenard2001-11-12 15:56:10 +0000
commitecb17841e955ca888010d72876381a86cdcf09ad (patch)
tree4c6c24f6ce5a8221f8632fceb0f6717948cdca8d /tactics/tactics.mli
parent2f611e10fb3dc42fc00d80b1e087fa33f6fc846e (diff)
Suppression des stamps et donc des *_constraints
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2186 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 60d48530ce..b91aa09e62 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -12,6 +12,7 @@
open Names
open Term
open Environ
+open Sign
open Tacmach
open Proof_type
open Reduction
@@ -27,7 +28,7 @@ open Nametab
(*s General functions. *)
-val type_clenv_binding : walking_constraints ->
+val type_clenv_binding : named_context sigma ->
constr * constr -> constr substitution -> constr
val string_of_inductive : constr -> string