* HOL-Statespace;
authorwenzelm
Sun, 11 Nov 2007 16:45:47 +0100
changeset 25397 82deaaba928d
parent 25396 e7ddcf8bcf9a
child 25398 35f600d9bf06
* HOL-Statespace;
NEWS
--- a/NEWS	Sun Nov 11 16:24:22 2007 +0100
+++ b/NEWS	Sun Nov 11 16:45:47 2007 +0100
@@ -1122,6 +1122,13 @@
 * Reflection: Automatic reification now handels binding, an example is
 available in src/HOL/ex/ReflectionEx.thy
 
+* HOL-Statespace: ``State Spaces: The Locale Way'' introduces a
+command 'statespace' that is simular to 'record', but introduces an
+abstract specification based on the locale infrastructure instead of
+HOL types.  This leads to extra flexibility in composing state spaces,
+in particular multiple inheritance and renaming of components.
+
+
 
 *** HOL-Complex ***