aboutsummaryrefslogtreecommitdiffhomepage
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-30 18:46:37 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-30 18:46:37 +0000
commit707e6ebc87d88e0e6a5cb5060837dbc0fce3b6a1 (patch)
tree6c31725394af72fad4cdaff0a41c401bfdc2ad5f /COMPATIBILITY
parent106e80904fae2abc78eee748cdc276806d2e0c1f (diff)
Removed information in COMPATIBILITY that were intended before all for
developers. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13364 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY16
1 files changed, 7 insertions, 9 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 09b72e922..6540dd3e6 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -20,23 +20,21 @@ incompatibilities listed below must however be treated manually.
Syntax
- The word "by" is now a keyword and can no longer be used as an identifier.
- [Semantics, IEEE754]
Type inference
-- Many changes in using classes. [ATBR]
+- Many changes in using classes.
Library
- New identifiers of the library can hide identifiers. This can be
solved by changing the order of Require or by qualifying the
- identifier with the name of its module. [Stalmarck]
+ identifier with the name of its module.
- Reorganisation of library (esp. FSets, Sorting, Numbers) may have
- moved or removed names around. [FundamentalArithmetics, CoLoR,
- Icharate, AMM11262, FSets, FingerTree]
+ moved or removed names around.
-- Infix notation "++" has now to be set at level 60. [LinAlg]
+- Infix notation "++" has now to be set at level 60.
- When using Program (refl_equal and Vnil have maximal implicit
arguments, lemmas about measure have a different form, ...).
@@ -45,10 +43,10 @@ Tactics
- The synchronization of introduction names and quantified hypotheses
names may exceptionally lead to different names in "induction"
- (usually a name with lower index is required). [Automata]
+ (usually a name with lower index is required).
- More checks in some commands (e.g. in Hint) may lead to forbid some
- meaningless part of them. [CoLoR]
+ meaningless part of them.
- When rewriting using setoid equality, the default equality found
- might be different. [CoRN]
+ might be different.