restored proper order of NEWS entries (lost due too long-waiting patches)
authorhaftmann
Sat, 16 Feb 2013 08:21:08 +0100
changeset 51168 35d00ce58626
parent 51165 58f8716b04ee
child 51169 bf18bf4922ea
restored proper order of NEWS entries (lost due too long-waiting patches)
NEWS
--- a/NEWS	Fri Feb 15 16:53:39 2013 +0100
+++ b/NEWS	Sat Feb 16 08:21:08 2013 +0100
@@ -6,12 +6,22 @@
 
 *** HOL ***
 
+* Numeric types mapped by default to target language numerals:
+natural (replaces former code_numeral) and integer (replaces
+former code_int).  Conversions are available as integer_of_natural /
+natural_of_integer / integer_of_nat / nat_of_integer (in HOL) and
+Code_Numeral.integer_of_natural / Code_Numeral.natural_of_integer (in ML).
+INCOMPATIBILITY.
+
+* Discontinued theories Code_Integer and Efficient_Nat by a more
+fine-grain stack of theories Code_Target_Int, Code_Binary_Nat,
+Code_Target_Nat and Code_Target_Numeral.  See the tutorial on
+code generation for details.  INCOMPATIBILITY.
+
 * Theory "RealVector" and "Limits": Introduce type class
 (lin)order_topology. Allows to generalize theorems about limits and
 order. Instances are reals and extended reals.
 
-*** HOL ***
-
 * Consolidation of library theories on product orders:
 
     Product_Lattice ~> Product_Order -- pointwise order on products
@@ -170,18 +180,6 @@
 
 *** HOL ***
 
-* Numeric types mapped by default to target language numerals:
-natural (replaces former code_numeral) and integer (replaces
-former code_int).  Conversions are available as integer_of_natural /
-natural_of_integer / integer_of_nat / nat_of_integer (in HOL) and
-Code_Numeral.integer_of_natural / Code_Numeral.natural_of_integer (in ML).
-INCOMPATIBILITY.
-
-* Discontinued theories Code_Integer and Efficient_Nat by a more
-fine-grain stack of theories Code_Target_Int, Code_Binary_Nat,
-Code_Target_Nat and Code_Target_Numeral.  See the tutorial on
-code generation for details.  INCOMPATIBILITY.
-
 * Sledgehammer:
 
   - Added MaSh relevance filter based on machine-learning; see the