diff options
| author | herbelin | 2006-07-05 17:36:17 +0000 |
|---|---|---|
| committer | herbelin | 2006-07-05 17:36:17 +0000 |
| commit | dc0f471f9f48e6ddb075f4f362558288f8169107 (patch) | |
| tree | a66f522fcb0a768c487116f74d87a92d0a5680f8 | |
| parent | 0cf53c5db2cbf14ca3b0d8e3e0d0ec54cecefb15 (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9022 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | COMPATIBILITY | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY index f216be76f5..bb293baa96 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -24,5 +24,9 @@ Potential sources of incompatibilities between Coq V8.0 and V8.1 - A few changes in the library (as mentioned in the CHANGES file) may imply the need for local adaptations. +- Occurrence numbering order for unfold, pattern, etc changed for the + match construction: occurrences in the return clause now come after + the occurrences in the term matched; this was the opposite before. + - For changes in the ML interfaces, see file dev/doc/changes.txt in the main archive. |
