Tuned some comments.
--- a/src/HOL/Tools/datatype_abs_proofs.ML Tue Aug 17 14:00:30 1999 +0200
+++ b/src/HOL/Tools/datatype_abs_proofs.ML Tue Aug 17 14:01:39 1999 +0200
@@ -10,7 +10,6 @@
- case distinction (exhaustion) theorems
- characteristic equations for primrec combinators
- characteristic equations for case combinators
- - distinctness of constructors (external version)
- equations for splitting "P (case ...)" expressions
- datatype size function
- "nchotomy" and "case_cong" theorems for TFL
--- a/src/HOL/Tools/datatype_rep_proofs.ML Tue Aug 17 14:00:30 1999 +0200
+++ b/src/HOL/Tools/datatype_rep_proofs.ML Tue Aug 17 14:01:39 1999 +0200
@@ -7,7 +7,7 @@
Proof of characteristic theorems:
- injectivity of constructors
- - distinctness of constructors (internal version)
+ - distinctness of constructors
- induction theorem
*)