author | paulson |
Wed, 23 Sep 1998 10:56:08 +0200 | |
changeset 5541 | f8fb27db4bcd |
parent 5540 | 0f16c3b66ab4 |
child 5542 | f0c303f53730 |
--- a/NEWS Wed Sep 23 10:25:37 1998 +0200 +++ b/NEWS Wed Sep 23 10:56:08 1998 +0200 @@ -22,6 +22,10 @@ * HOL: unary - is now overloaded (new type constraints may be required); +* HOL and ZF: unary minus for integers is now #- instead of #~. In ZF, + expressions such as n#-1 must be changed to n#- 1, since #-1 is now taken + as an integer constant. + * Pure: ML function 'theory_of' replaced by 'theory';