From ece6204d9ccb8e37f5050ba4ee5c3d43669bf6ef Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 1 Mar 2004 14:53:49 +0000 Subject: Généralisation du type ltac Identifier en IntroPattern; prise en compte des IntroPattern au parsing, à l'interprétation, à la traduction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5405 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tacinterp.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/tacinterp.mli') diff --git a/tactics/tacinterp.mli b/tactics/tacinterp.mli index 1a80e9811..49af044c5 100644 --- a/tactics/tacinterp.mli +++ b/tactics/tacinterp.mli @@ -28,7 +28,7 @@ type value = | VFun of (identifier * value) list * identifier option list * glob_tactic_expr | VVoid | VInteger of int - | VIdentifier of identifier + | VIntroPattern of intro_pattern_expr | VConstr of constr | VConstr_context of constr | VRec of value ref -- cgit v1.2.3