NEWS
changeset 36508 03d2a2d0ee4a
parent 36461 e741ba542b61
child 36539 2b9d4d3f09c3
--- a/NEWS	Thu Apr 29 17:29:53 2010 +0200
+++ b/NEWS	Thu Apr 29 17:47:53 2010 +0200
@@ -64,6 +64,11 @@
 
 * Type constructors admit general mixfix syntax, not just infix.
 
+* Concrete syntax may be attached to local entities without a proof
+body, too.  This works via regular mixfix annotations for 'fix',
+'def', 'obtain' etc. or via the explicit 'write' command, which is
+similar to the 'notation' command in theory specifications.
+
 * Use of cumulative prems via "!" in some proof methods has been
 discontinued (legacy feature).
 
@@ -7004,3 +7009,5 @@
 types;
 
 :mode=text:wrap=hard:maxLineLen=72:
+
+ LocalWords:  def