NEWS: Removed constant subseq; subsumed by strict_mono
authoreberlm <eberlm@in.tum.de>
Thu, 17 Aug 2017 22:29:30 +0200
changeset 66450 a8299195ed82
parent 66449 1be102db1598
child 66451 5be0b0604d71
child 66452 450cefec7c11
NEWS: Removed constant subseq; subsumed by strict_mono
NEWS
--- a/NEWS	Thu Aug 17 21:12:55 2017 +0200
+++ b/NEWS	Thu Aug 17 22:29:30 2017 +0200
@@ -121,6 +121,10 @@
 
 *** HOL ***
 
+* Constant "subseq" in Topological_Spaces removed and subsumed by
+"strict_mono". Some basic lemmas specific to "subseq" have been renamed
+accordingly, e.g. "subseq_o" -> "strict_mono_o" etc.
+
 * Command and antiquotation "value" with modified default strategy:
 terms without free variables are always evaluated using plain evaluation
 only, with no fallback on normalization by evaluation.