From 9126f15c19a83a6861f6287bb60c76cd3ae5de73 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 22 May 2003 21:58:09 +0000 Subject: Preservation affichage des ?n en V7 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4060 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tauto.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/tauto.ml4') diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4 index bc746094a..c22195945 100644 --- a/tactics/tauto.ml4 +++ b/tactics/tauto.ml4 @@ -23,7 +23,7 @@ open Tactics open Util let assoc_last ist = - match List.assoc (Pattern.patvar_of_int 1) ist.lfun with + match List.assoc (Pattern.patvar_of_int_v7 1) ist.lfun with | VConstr c -> c | _ -> failwith "Tauto: anomaly" -- cgit v1.2.3