diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 7 | ||||
| -rw-r--r-- | dev/printers.mllib | 1 |
2 files changed, 8 insertions, 0 deletions
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 = ========================================= diff --git a/dev/printers.mllib b/dev/printers.mllib index f826984b46..8477df76c6 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -129,6 +129,7 @@ Arguments_renaming Typing Patternops ConstrMatching +Find_subterm Tacred Classops Typeclasses_errors |
