This repository was archived by the owner on Nov 13, 2021. It is now read-only.
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Language
20
20
- Support for sort-polymorphism on constants denoting inductive types.
21
21
- Several evolutions of the module system (handling of module aliases,
22
22
functorial module types, an Include feature, etc). (TODO: Say more!)
23
+ - Prop now a subtype of Set (predicative and impredicative forms).
23
24
24
25
Vernacular commands
25
26
@@ -403,7 +404,7 @@ Tools
403
404
Miscellaneous
404
405
405
406
- 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) .
407
408
- New commands "Set Whelp Server" and "Set Whelp Getter" to customize the
408
409
Whelp search tool.
409
410
- Syntax of "Test Printing Let ref" and "Test Printing If ref" changed into
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ Language
53
53
Libraries
54
54
55
55
- 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).
57
60
58
61
For the main changes in the ML interfaces, see file
59
62
dev/doc/changes.txt in the main archive.
Original file line number Diff line number Diff line change 2
2
= CHANGES BETWEEN COQ V8.1 AND COQ V8.2 =
3
3
=========================================
4
4
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
6
6
================================================================
7
7
8
+ ** Datatypes
9
+
10
+ List of occurrences moved from "int list" to "Termops.occurrences" (an
11
+ alias to "bool * int list").
12
+
8
13
** Functions
9
14
10
15
Eauto: e_resolve_constr, vernac_e_resolve_constr -> simplest_eapply
You can’t perform that action at this time.
0 commit comments