aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorherbelin2010-04-14 08:23:46 +0000
committerherbelin2010-04-14 08:23:46 +0000
commit2d0513787170553e2d887c5571b2de02e790a219 (patch)
tree0a02f8a491761b8e3fcb118c6112a0108795a5e5 /dev/doc
parenta5ff2b91cd406e7acdeef18d1b1ee14a331ffdaa (diff)
Removing redundant internal variants of apply tactic and simplification of ML names
(late consequences of commit r12603) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12934 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index ad1ee8630a..c240d5f530 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -2,6 +2,21 @@
= CHANGES BETWEEN COQ V8.2 AND COQ V8.3 =
=========================================
+** Internal tactics renamed
+
+There is no more difference between bindings and ebindings. The
+following tactics are therefore renamed
+
+apply_with_ebindings_gen -> apply_with_bindings_gen
+left_with_ebindings -> left_with_bindings
+right_with_ebindings -> right_with_bindings
+split_with_ebindings -> split_with_bindings
+
+and the following tactics are removed
+
+apply_with_ebindings (use instead apply_with_bindings)
+eapply_with_ebindings (use instead eapply_with_bindings)
+
** Obsolete functions in typing.ml
For mtype_of, msort_of, mcheck, now use type_of, sort_of, check
@@ -15,7 +30,6 @@ lookup_name_as_renamed -> lookup_name_as_displayed
next_global_ident_away true -> next_ident_away_in_goal
next_global_ident_away false -> next_global_ident_away
-
** Cleaning in commmand.ml
Functions about starting/ending a lemma are in lemmas.ml