tuned;
authorwenzelm
Wed, 26 Sep 2007 22:27:44 +0200
changeset 24736 92767beff42d
parent 24735 3a55ee2cae70
child 24737 ef479bae1999
tuned;
NEWS
--- a/NEWS	Wed Sep 26 22:21:05 2007 +0200
+++ b/NEWS	Wed Sep 26 22:27:44 2007 +0200
@@ -407,8 +407,8 @@
 slightly different -- use 'notation' instead of raw 'syntax', and
 'translations' with explicit "CONST" markup to accommodate this.
 
-* Pure/Isar: unified syntax for new-style specification mechanisms
-('definition', 'abbreviation', or 'inductive' in HOL) admits type
+* Pure/Isar: unified syntax for new-style specification mechanisms (e.g.
+'definition', 'abbreviation', or 'inductive' in HOL) admits type
 inference and dummy patterns ("_"). For example:
 
   definition "K x _ = x"