merged
authorboehmes
Wed, 24 Nov 2010 10:42:28 +0100
changeset 40682 1e761b5cd097
parent 40681 872b08416fb4 (current diff)
parent 40679 50afcd382b9c (diff)
child 40683 a3f37b3d303a
child 40685 dcb27631cb45
merged
--- a/NEWS	Wed Nov 24 10:39:58 2010 +0100
+++ b/NEWS	Wed Nov 24 10:42:28 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.