* ZF: new-style theory commands '(co)inductive', '(co)datatype',
'rep_datatype', 'inductive_cases'; also methods 'ind_cases',
'induct_tac', 'case_tac', and 'typecheck' (with attribute 'TC');
--- a/NEWS Thu Nov 15 18:21:38 2001 +0100
+++ b/NEWS Thu Nov 15 18:34:58 2001 +0100
@@ -80,7 +80,7 @@
multi-step methods like 'auto', 'simp_all', 'blast+' etc.;
* Pure: proper integration with ``locales''; unlike the original
-version by Florian Kammueller, Isar locales package high-level proof
+version by Florian Kammüller, Isar locales package high-level proof
contexts rather than raw logical ones (e.g. we admit to include
attributes everywhere);
@@ -191,7 +191,7 @@
expressions;
* HOL/GroupTheory: group theory examples including Sylow's theorem, by
-Florian Kammüller;
+Florian Kammüller;
* HOL: got rid of some global declarations (potential INCOMPATIBILITY
for ML tools): const "()" renamed "Product_Type.Unity", type "unit"
@@ -209,8 +209,9 @@
*** ZF ***
-* ZF: new-style theory commands 'inductive', 'inductive_cases', and
-methods 'ind_cases', 'induct_tac', 'case_tac';
+* ZF: new-style theory commands '(co)inductive', '(co)datatype',
+'rep_datatype', 'inductive_cases'; also methods 'ind_cases',
+'induct_tac', 'case_tac', and 'typecheck' (with attribute 'TC');
* ZF: the integer library now covers quotients and remainders, with
many laws relating division to addition, multiplication, etc.;