From 9cf6b3543bf369ccb4d3b0909ee3db96e074e24e Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 10 Feb 2010 00:14:07 +0000 Subject: 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 --- CHANGES | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b36dbb55cd..a43ff34e43 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- cgit v1.2.3