From 1935cfc9a3717036914ad8ab9bf3faa2366b9597 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Fri, 6 Jan 2012 13:23:58 +0000 Subject: Fixes bug #2654 (tactic instantiate failing to update existential variables). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14883 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/goal.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs/goal.mli') diff --git a/proofs/goal.mli b/proofs/goal.mli index e9d230659..9219d4a49 100644 --- a/proofs/goal.mli +++ b/proofs/goal.mli @@ -234,7 +234,7 @@ module V82 : sig (* Used for congruence closure *) val new_goal_with : Evd.evar_map -> goal -> Environ.named_context_val -> goal Evd.sigma - (* Used by the typeclasses *) + (* Used by the compatibility layer and typeclasses *) val nf_evar : Evd.evar_map -> goal -> goal * Evd.evar_map (* Goal represented as a type, doesn't take into account section variables *) -- cgit v1.2.3