NEWS
changeset 19363 667b5ea637dd
parent 19279 48b527d0331b
child 19377 1f717bd6b7ea
--- a/NEWS	Sat Apr 08 22:12:02 2006 +0200
+++ b/NEWS	Sat Apr 08 22:51:06 2006 +0200
@@ -144,9 +144,9 @@
     eq  (infix "===" 50)
     where eq_refl: "x === x" and eq_subst: "x === y ==> P x ==> P y"
 
-  abbreviation (output)
+  abbreviation
     neq  (infix "=!=" 50)
-    "(x =!= y) <-> ~ (x === y)"
+    "x =!= y == ~ (x === y)"
 
 These specifications may be also used in a locale context.  Then the
 constants being introduced depend on certain fixed parameters, and the
@@ -157,10 +157,9 @@
 entities from a monomorphic theory.
 
 Presently, abbreviations are only available 'in' a target locale, but
-not inherited by general import expressions.
-
-Also note that 'abbreviation' may be used as a type-safe replacement
-for 'syntax' + 'translations' in common applications.
+not inherited by general import expressions.  Also note that
+'abbreviation' may be used as a type-safe replacement for 'syntax' +
+'translations' in common applications.
 
 * Provers/induct: improved internal context management to support
 local fixes and defines on-the-fly.  Thus explicit meta-level