From 28a551e49864bbfee8a9212fdbcc364d1132b19e Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 29 May 2007 10:01:06 +0000 Subject: Correction d'un bug dans l'affichage du message d'erreur real_clean (cas d'un terme sans Rel libre), introduction au passage d'un nouveau type d'evar EvarGoal pour raffinement du message d'erreur. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9868 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/logic.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs/logic.ml') diff --git a/proofs/logic.ml b/proofs/logic.ml index 5e831dd4c..d664013c7 100644 --- a/proofs/logic.ml +++ b/proofs/logic.ml @@ -70,7 +70,7 @@ let with_check = Options.with_option check (instead of iterating on the list of identifier to be removed, which forces the user to give them in order). *) let clear_hyps sigma ids gl = - let evd = ref (Evd.create_evar_defs sigma) in + let evd = ref (Evd.create_goal_evar_defs sigma) in let ngl = Evarutil.clear_hyps_in_evi evd gl ids in (ngl, evars_of !evd) -- cgit v1.2.3