support for more informative errors in lazy enumerations;
authorwenzelm
Tue, 16 Oct 2012 21:30:52 +0200
changeset 49869 bd370af308f0
parent 49868 3039922ffd8d
child 49870 2b82358694e6
support for more informative errors in lazy enumerations;
NEWS
--- a/NEWS	Tue Oct 16 21:26:36 2012 +0200
+++ b/NEWS	Tue Oct 16 21:30:52 2012 +0200
@@ -41,6 +41,9 @@
 specifications: nesting of "context fixes ... context assumes ..."
 and "class ... context ...".
 
+* More informative error messages for Isar proof commands involving
+lazy enumerations (method applications etc.).
+
 
 *** Pure ***
 
@@ -201,6 +204,10 @@
 
 *** ML ***
 
+* Type Seq.results and related operations support embedded error
+messages within lazy enumerations, and thus allow to provide
+informative errors in the absence of any usable results.
+
 * Renamed Position.str_of to Position.here to emphasize that this is a
 formal device to inline positions into message text, but not
 necessarily printing visible text.