summaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-07-13 14:28:31 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-07-13 14:28:31 +0000
commitde0085539583f59dc7c4bf4e272e18711d565466 (patch)
tree347e1d95a2df56f79a01b303e485563588179e91 /COMPATIBILITY
parente978da8c41d8a3c19a29036d9c569fbe2a4616b0 (diff)
Imported Upstream version 8.0pl3+8.1beta.2upstream/8.0pl3+8.1beta.2
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY32
1 files changed, 32 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
new file mode 100644
index 00000000..bb293baa
--- /dev/null
+++ b/COMPATIBILITY
@@ -0,0 +1,32 @@
+Potential sources of incompatibilities between Coq V8.0 and V8.1
+----------------------------------------------------------------
+
+(see also file CHANGES)
+
+- Inductive types in Type are now polymorphic over their parameters in
+ Type. This may affect the naming of introduction hypotheses if such
+ an inductive type in Type is used on small types such as Prop or
+ Set: the hypothesis names suffix will default to H instead of X. As
+ a matter of fact, it is recommended to systematically name the
+ hypotheses that are later refered to in the proof script.
+
+- Some bug fixes may lead to incompatibilities. This is e.g. the case
+ of inversion on Type which failed to rewrite some hypotheses as it
+ did on Prop/Set.
+
+- Add Morphism for the Prop/iff setoid now requires a proof of
+ biimplication instead of a proof of implication.
+
+- The order of arguments in compatibility morphisms changed: the
+ premises and the parameters are now interleaved while the whole
+ bunch of parameters used to come first.
+
+- 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.