additional ML antiquotations;
authorwenzelm
Sat, 28 Jun 2008 22:54:19 +0200
changeset 27391 6c4649134fd6
parent 27390 49a54b060457
child 27392 7be8ff061103
additional ML antiquotations;
NEWS
--- a/NEWS	Sat Jun 28 22:52:11 2008 +0200
+++ b/NEWS	Sat Jun 28 22:54:19 2008 +0200
@@ -74,12 +74,15 @@
 resort for legacy applications.
 
 * Antiquotations: block-structured compilation context indicated by
-\<lbrace> ... \<rbrace>, and additional antiquotation forms:
-
-  @{let ?pat = term}
-  @{note name = fact}
-  @{thm name [attribs]}
-  @{thms name [attribs]}
+\<lbrace> ... \<rbrace>; additional antiquotation forms:
+
+  @{let ?pat = term}			- term abbreviation
+  @{note name = fact}			- fact abbreviation
+  @{thm name [attribs]}			- singleton fact
+  @{thms name [attribs]}		- general fact
+  @{lemma prop by method}		- singleton goal
+  @{lemma prop1 ... propN by method}	- general goal
+