diff options
| author | msozeau | 2010-02-10 00:14:07 +0000 |
|---|---|---|
| committer | msozeau | 2010-02-10 00:14:07 +0000 |
| commit | 9cf6b3543bf369ccb4d3b0909ee3db96e074e24e (patch) | |
| tree | 196dcb18bb968916f462705a5a2f606be24376f5 /CHANGES | |
| parent | c4b5c7ebd6f316bb53e1a53f94c367f4f0129dae (diff) | |
Fix [Existing Class] impl and add documentation. Fix computation of the
dependency order of obligations that was not backwards-compatible.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12719 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -176,24 +176,24 @@ Language Program - Streamlined definitions using well-founded recursion and measures so - that they can work on any number subset of the arguments directly - (uses currying). + that they can work on any subset of the arguments directly (uses currying). - Try to automatically clear structural fixpoint prototypes in - obligations to avoid issues of opacity. -- Use return type clause inference as in the standard typing algorithm. + obligations to avoid issues with opacity. +- Use return type clause inference in pattern-matching as in the standard + typing algorithm. - Support [Local Obligation Tactic] and [Next Obligation with tactic]. - Use [Show Obligation Tactic] to print the current default tactic. - [fst] and [snd] have maximal implicits in Program now (possible source - of incompatibility) + of incompatibility). Typeclasses - Use [Existing Class foo] to declare foo as a class a posteriori. - [foo] can be an inductive type or a constant definition, no - projections are defined. + [foo] can be an inductive type or a constant definition. No + projections or instances are defined. - Various bug fixes and improvements: support for defined fields, anonymous instances, declarations giving terms, better handling of - sections, contexts. + sections and [Context]. Changes from V8.1 to V8.2 |
