NEWS
changeset 7047 d103b875ef1d
parent 6925 8d4d45ec6a3d
child 7113 ab79d9fa8d8e
--- a/NEWS	Mon Jul 19 17:08:05 1999 +0200
+++ b/NEWS	Mon Jul 19 17:21:40 1999 +0200
@@ -120,6 +120,11 @@
 temporal levels more uniformly; introduces INCOMPATIBILITIES due to
 changed syntax and (many) tactics;
 
+* HOL/datatype: Now also handles arbitrarily branching datatypes
+  (using function types) such as
+
+  datatype 'a tree = Atom 'a | Branch "nat => 'a tree"
+
 * HOL/typedef: fixed type inference for representing set; type
 arguments now have to occur explicitly on the rhs as type constraints;