Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 9825aea

Browse files
author
herbelin
committed
MAJ diverses
git-svn-id: svn://scm.gforge.inria.fr/svn/coq/trunk@11102 85f007b7-540e-0410-9357-904b9bb8a0f7
1 parent ed235d4 commit 9825aea

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Language
2020
- Support for sort-polymorphism on constants denoting inductive types.
2121
- Several evolutions of the module system (handling of module aliases,
2222
functorial module types, an Include feature, etc). (TODO: Say more!)
23+
- Prop now a subtype of Set (predicative and impredicative forms).
2324

2425
Vernacular commands
2526

@@ -403,7 +404,7 @@ Tools
403404
Miscellaneous
404405

405406
- Coq installation provides enough files so that Ocaml's extensions need not
406-
the Coq sources to be compiled.
407+
the Coq sources to be compiled (this assumes O'Caml 3.10 and Camlp5).
407408
- New commands "Set Whelp Server" and "Set Whelp Getter" to customize the
408409
Whelp search tool.
409410
- Syntax of "Test Printing Let ref" and "Test Printing If ref" changed into

COMPATIBILITY

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ Language
5353
Libraries
5454

5555
- Some changes in the library (as mentioned in the CHANGES file) may
56-
imply the need for local adaptations.
56+
imply the need for local adaptations. This may particularly be the
57+
case with the move from Set to Type in libraries FSets, SetoidList,
58+
ListSet, Sorting and Zmisc. In case of trouble it may help to simply
59+
declare Set as an alias for Type (see file SetIsType).
5760

5861
For the main changes in the ML interfaces, see file
5962
dev/doc/changes.txt in the main archive.

dev/doc/changes.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
= CHANGES BETWEEN COQ V8.1 AND COQ V8.2 =
33
=========================================
44

5-
A few differences in Coq ML interfaces between Coq V8.0 and V8.1
5+
A few differences in Coq ML interfaces between Coq V8.1 and V8.2
66
================================================================
77

8+
** Datatypes
9+
10+
List of occurrences moved from "int list" to "Termops.occurrences" (an
11+
alias to "bool * int list").
12+
813
** Functions
914

1015
Eauto: e_resolve_constr, vernac_e_resolve_constr -> simplest_eapply

0 commit comments

Comments
 (0)