NEWS
authorhaftmann
Thu, 23 Dec 2010 12:04:29 +0100
changeset 41397 f5e14d6f5eba
parent 41396 5379e4a85a66
child 41398 f2bb6541f532
NEWS
NEWS
--- a/NEWS	Thu Dec 23 12:01:02 2010 +0100
+++ b/NEWS	Thu Dec 23 12:04:29 2010 +0100
@@ -197,9 +197,12 @@
 HOL/ex/Fundefs.thy and HOL/Imperative_HOL/ex/Linked_Lists.thy for
 examples.
 
-* Predicates "distinct" and "sorted" now defined inductively, with
-nice induction rules.  INCOMPATIBILITY: former distinct.simps and
-sorted.simps now named distinct_simps and sorted_simps.
+* New command 'type_lifting' allows to register properties on
+the functorial structure of types.
+
+* Predicate "sorted" now defined inductively, with
+nice induction rules.  INCOMPATIBILITY: former sorted.simps now
+named sorted_simps.
 
 * Constant "contents" renamed to "the_elem", to free the generic name
 contents for other uses.  INCOMPATIBILITY.