* Pure: changed syntax of local blocks from {{ }} to { };
authorwenzelm
Mon, 22 May 2000 16:03:43 +0200
changeset 8921 7c04c98132c4
parent 8920 af5e09b6c208
child 8922 490637ba1d7f
* Pure: changed syntax of local blocks from {{ }} to { }; * Pure: syntax of sorts made inner, i.e. have to write "{a, b, c}";
NEWS
--- a/NEWS	Mon May 22 13:29:21 2000 +0200
+++ b/NEWS	Mon May 22 16:03:43 2000 +0200
@@ -35,6 +35,8 @@
 Lfp, Gfp, WF); this only affects ML packages that refer to const names
 internally;
 
+* Isar: changed syntax of local blocks from {{ }} to { };
+
 * ML: PureThy.add_thms/add_axioms/add_defs return theorems as well;
 
 * LaTeX: several improvements of isabelle.sty;
@@ -72,6 +74,11 @@
 certain proof methods; internally, case names are attached to theorems
 as "tags";
 
+* Pure: changed syntax of local blocks from {{ }} to { };
+
+* Pure: syntax of sorts made inner, i.e. have to write "{a, b, c}"
+instead of {a, b, c};
+
 * Pure now provides its own version of intro/elim/dest attributes;
 useful for building new logics, but beware of confusion with the
 Provers/classical ones;