From d5e2b54b22fcc4850888e0d04d9910fe78d6bbdb Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 21 Feb 2007 17:31:37 +0000 Subject: Correction typo liƩe au commit 8779 (levait une anomalie) 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@9666 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/equality.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/equality.ml b/tactics/equality.ml index b7a428e2a..a9a869d8f 100644 --- a/tactics/equality.ml +++ b/tactics/equality.ml @@ -93,7 +93,7 @@ let general_rewrite_bindings_clause cls lft2rgt (c,l) gl = (* Original code. In particular, [splay_prod] performs delta-reduction. *) let env = pf_env gl in let sigma = project gl in - let _,t = splay_prod env sigma t in + let _,t = splay_prod env sigma ctype in match match_with_equation t with | None -> if l = NoBindings -- cgit v1.2.3