new type-safe user interface for theory data;
authorwenzelm
Wed, 10 Jun 1998 11:49:41 +0200
changeset 5008 6f56d9650ee9
parent 5007 0ebd6c91088a
child 5009 05b152a41922
new type-safe user interface for theory data;
NEWS
--- a/NEWS	Tue Jun 09 13:49:43 1998 +0200
+++ b/NEWS	Wed Jun 10 11:49:41 1998 +0200
@@ -112,9 +112,9 @@
 
 *** Internal changes ***
 
-* improved the theory data mechanism to support real encapsulation;
-main change of the internal interfaces: data kind name (string)
-replaced by private Object.kind, acting as authorization key;
+* improved the theory data mechanism to support encapsulation (data
+kind name replaced by private Object.kind, acting as authorization
+key); new type-safe user interface via functor TheoryDataFun;