From e978da8c41d8a3c19a29036d9c569fbe2a4616b0 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 16 Jun 2006 14:41:51 +0000 Subject: Imported Upstream version 8.0pl3+8.1beta --- tactics/evar_tactics.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tactics/evar_tactics.ml') diff --git a/tactics/evar_tactics.ml b/tactics/evar_tactics.ml index 73f88206..31c060f1 100644 --- a/tactics/evar_tactics.ml +++ b/tactics/evar_tactics.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: evar_tactics.ml 7875 2006-01-16 09:55:24Z herbelin $ *) +(* $Id: evar_tactics.ml 8759 2006-04-28 12:24:14Z herbelin $ *) open Term open Util @@ -23,7 +23,7 @@ open Termops let evar_list evc c = let rec evrec acc c = match kind_of_term c with - | Evar (n, _) when Evd.in_dom evc n -> c :: acc + | Evar (n, _) when Evd.mem evc n -> c :: acc | _ -> fold_constr evrec acc c in evrec [] c -- cgit v1.2.3