* tuned AST representation of nested pairs, avoiding bogus output in
authorwenzelm
Sun, 16 Jul 2000 20:46:44 +0200
changeset 9349 d43669fb423d
parent 9348 f495dba0cb07
child 9350 d855d9d1add9
* tuned AST representation of nested pairs, avoiding bogus output in case of overlap with user translations (e.g. judgements over tuples); * AST translation rules no longer require constant head on LHS;
NEWS
--- a/NEWS	Fri Jul 14 20:47:11 2000 +0200
+++ b/NEWS	Sun Jul 16 20:46:44 2000 +0200
@@ -229,9 +229,14 @@
 * fewer consts declared as global (e.g. have to refer to "Lfp.lfp"
 instead of "lfp" internally; affects ML packages only);
 
+* tuned AST representation of nested pairs, avoiding bogus output in
+case of overlap with user translations (e.g. judgements over tuples);
+
 
 *** General ***
 
+* AST translation rules no longer require constant head on LHS;
+
 * improved name spaces: ambiguous output is qualified; support for
 hiding of names;