diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-04-18 08:59:42 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-04-18 08:59:42 +0000 |
commit | 8c23671d5a8bf6a5c197bbcaec1af2084d654ed3 (patch) | |
tree | 812dbf6f26e1697c3530428bc17524ee64fdaa25 /dev/doc | |
parent | d5d1435708577eab01d711e4924ad2113660aba8 (diff) |
- Correction d'un bug de make_clenv_binding_apply révélé par le commit 9771
(les let-in étaient comptés comme des produits, introduisant une incohérence
sur le nombre de produits à instancier dans les lemmes appelés par apply).
- Export simplest_eapply pour utilisation dans Sophia/RecursiveDefinition.
- Doc développeur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9785 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/doc')
-rw-r--r-- | dev/doc/changes.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 90e294968..ad5704db8 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -1,4 +1,16 @@ ========================================= += CHANGES BETWEEN COQ V8.1 AND COQ V8.2 = +========================================= + +A few differences in Coq ML interfaces between Coq V8.0 and V8.1 +================================================================ + +** Functions + +Eauto: e_resolve_constr, vernac_e_resolve_constr -> simplest_eapply + + +========================================= = CHANGES BETWEEN COQ V8.0 AND COQ V8.1 = ========================================= |