From 1d0e61fe25ffaec80bcc175df94797d8a9fdc868 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 14 Jun 2010 11:53:55 +0000 Subject: Fixed commit 13125 (stricter check of induction args): an interpretation checking function was used instead of a test of existence in the context. Also restricted constr_of_id which had no reason to interpret a posteriori an already interpreted identifier as a global reference. Consequently adapted funind. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13135 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/doc/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/doc') diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 7b2b1ca28f..784283358a 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,6 +2,10 @@ = CHANGES BETWEEN COQ V8.3 AND COQ V8.4 = ========================================= +** Removal of Tacinterp.constr_of_id ** + +Use instead either global_reference or construct_reference in constrintern.ml. + ** Optimizing calls to Evd functions ** Evars are split into defined evars and undefined evars; for -- cgit v1.2.3