# HG changeset patch # User nipkow # Date 973870288 -3600 # Node ID 8f15fbce549f04a6c416e564d159726103c60669 # Parent 9d2de9b6e7f45621905c8023e58c5a84d5d7c3b1 > etc diff -r 9d2de9b6e7f4 -r 8f15fbce549f NEWS --- a/NEWS Fri Nov 10 16:26:44 2000 +0100 +++ b/NEWS Fri Nov 10 16:31:28 2000 +0100 @@ -57,6 +57,9 @@ HOL/Induct/Multiset, HOL/Induct/Acc (as Accessible_Part), HOL/While (as While_Combinator), HOL/Lex/Prefix (as List_Prefix); +* >, >= and \ can now be used for input; they are immediately replaced + by the converse symbol, eg "x > y" by "y < x". + * HOL/typedef: simplified package, provide more useful rules (see also HOL/subset.thy);