Theory Product_Type; fixed typos
authorhaftmann
Thu, 20 Mar 2008 12:02:51 +0100
changeset 26355 9276633fdc24
parent 26354 46c7d00dd4b4
child 26356 2312df2efa12
Theory Product_Type; fixed typos
NEWS
--- a/NEWS	Thu Mar 20 12:01:17 2008 +0100
+++ b/NEWS	Thu Mar 20 12:02:51 2008 +0100
@@ -44,6 +44,10 @@
 
 *** HOL ***
 
+* Theory Product_Type: duplicated lemmas split_Pair_apply and injective_fst_snd
+removed, use split_eta and prod_eqI instead.  Renamed upd_fst to apfst and upd_snd
+to apsnd.  INCOMPATIBILITY.
+
 * Theory Nat: removed redundant lemmas that merely duplicate lemmas of
 the same name in theory Orderings:
 
@@ -111,7 +115,7 @@
 definition/function/....  No separate induction rule is provided.  The
 "primrec" command distinguishes old-style and new-style specifications
 by syntax.  The former primrec package is now named OldPrimrecPackage.
-When adjusting theories, beware: constants stemming for new-style
+When adjusting theories, beware: constants stemming from new-style
 primrec specifications have authentic syntax.
 
 * Library/Multiset: {#a, b, c#} abbreviates {#a#} + {#b#} + {#c#}.
@@ -1028,7 +1032,7 @@
     includes Code_Integer.
   - Code_Index provides an additional datatype index which is mapped to
     target-language built-in integers.
-  - Code_Message provides an additional datatype message_string} which is isomorphic to
+  - Code_Message provides an additional datatype message_string which is isomorphic to
     strings; messages are mapped to target-language strings.
 
 * New package for inductive predicates