added antiquotation theory
authorhaftmann
Mon, 13 Nov 2006 15:43:24 +0100
changeset 21339 b59f7cca0b0c
parent 21338 56d55dd30311
child 21340 51d9bf0b821f
added antiquotation theory
NEWS
--- a/NEWS	Mon Nov 13 15:43:16 2006 +0100
+++ b/NEWS	Mon Nov 13 15:43:24 2006 +0100
@@ -45,6 +45,10 @@
 
 *** Document preparation ***
 
+* Added antiquotation @{theory thyname} which checks the given
+source text as name of a theory loaded or loadable via the current
+theory loader path.
+
 * Added antiquotations @{ML_type text} and @{ML_struct text} which
 check the given source text as ML type/structure, printing verbatim.
 
@@ -1620,6 +1624,9 @@
 
 *** ML ***
 
+* Pure/library.ML: added ##>, ##>>, #>> -- higher-order counterparts
+for ||>, ||>>, |>>,
+
 * Pure/library.ML no longer defines its own option datatype, but uses
 that of the SML basis, which has constructors NONE and SOME instead of
 None and Some, as well as exception Option.Option instead of OPTION.