announcing some latest change (d40b347d5b0b)
authorbulwahn
Wed, 24 Nov 2010 10:23:52 +0100
changeset 40679 50afcd382b9c
parent 40678 f3f088322a77
child 40682 1e761b5cd097
announcing some latest change (d40b347d5b0b)
NEWS
--- a/NEWS	Tue Nov 23 23:44:11 2010 +0100
+++ b/NEWS	Wed Nov 24 10:23:52 2010 +0100
@@ -89,6 +89,14 @@
 
 *** HOL ***
 
+* Theory Enum (for explicit enumerations of finite types) is now part of
+the HOL-Main image. INCOMPATIBILITY: All constants of the Enum theory now 
+have to be referred to by its qualified name.
+  constants
+    enum -> Enum.enum
+    nlists -> Enum.nlists
+    product -> Enum.product
+
 * Renamed theory Fset to Cset, type Fset.fset to Cset.set, in order to
 avoid confusion with finite sets.  INCOMPATIBILITY.