From 1f0e44c96872196d0051618de77c4735eb447540 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Fri, 27 Jun 2014 21:37:56 +0200 Subject: Moved code for finding subterms (pattern, induction, set, generalize, ...) into a specific new cleaned file find_subterm.ml. This makes things clearer but also solves some dependencies problem between Evd, Termops and Pretype_errors. --- dev/doc/changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev/doc/changes.txt') diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index d4e42142bb..a919b86c27 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -78,6 +78,13 @@ - Tactics API: new_induct -> induction; new_destruct -> destruct; letin_pat_tac do not accept a type anymore +- New file find_subterm.ml for gathering former functions + subst_closed_term_occ_modulo, subst_closed_term_occ_decl (which now + take and outputs also an evar_map), and + subst_closed_term_occ_modulo, subst_closed_term_occ_decl_modulo (now + renamed into replace_term_occ_modulo and + replace_term_occ_decl_modulo). + ========================================= = CHANGES BETWEEN COQ V8.3 AND COQ V8.4 = ========================================= -- cgit v1.2.3