* added overloaded operations "inverse" and "divide" (infix "/");
authorwenzelm
Fri, 10 Nov 2000 19:20:17 +0100
changeset 10452 abeefb0a79ae
parent 10451 226d474e644d
child 10453 ad91d022ab4c
* added overloaded operations "inverse" and "divide" (infix "/");
NEWS
--- a/NEWS	Fri Nov 10 19:18:37 2000 +0100
+++ b/NEWS	Fri Nov 10 19:20:17 2000 +0100
@@ -1,3 +1,4 @@
+
 Isabelle NEWS -- history user-relevant changes
 ==============================================
 
@@ -57,6 +58,8 @@
 HOL/Induct/Multiset, HOL/Induct/Acc (as Accessible_Part), HOL/While
 (as While_Combinator), HOL/Lex/Prefix (as List_Prefix);
 
+* added overloaded operations "inverse" and "divide" (infix "/");
+
 * >, >= and \<ge> can now be used for input; they are immediately replaced
   by the converse symbol, eg "x > y" by "y < x".