Operational Equality
authorhaftmann
Tue, 19 Sep 2006 15:31:32 +0200
changeset 20607 926a76a84e97
parent 20606 fd9b0b78a7d3
child 20608 86cb35b93f01
Operational Equality
NEWS
--- a/NEWS	Tue Sep 19 15:31:25 2006 +0200
+++ b/NEWS	Tue Sep 19 15:31:32 2006 +0200
@@ -468,6 +468,9 @@
 
 *** HOL ***
 
+* New theory OperationalEquality providing class 'eq' with constant 'eq',
+allowing for code generation with polymorphic equality.
+
 * Numeral syntax: type 'bin' which was a mere type copy of 'int' has been
 abandoned in favour of plain 'int'. INCOMPATIBILITY -- Significant changes
 for setting up numeral syntax for types:
@@ -602,6 +605,10 @@
 
 *** ML ***
 
+* Pure/General/susp.ML:
+
+New module for delayed evaluations.
+
 * Pure/library:
 
 Semantically identical functions "equal_list" and "eq_list" have been