# HG changeset patch # User wenzelm # Date 1134069334 -3600 # Node ID db5900e7c6c9905451a6b4621000bffce177ad4d # Parent 694ea14ab4f25a6f81da1cade4683be038789d59 removed hint for Classical.swap, which is not really user-level anyway; diff -r 694ea14ab4f2 -r db5900e7c6c9 NEWS --- a/NEWS Thu Dec 08 12:50:04 2005 +0100 +++ b/NEWS Thu Dec 08 20:15:34 2005 +0100 @@ -141,9 +141,6 @@ *** HOL *** -* Theorem 'swap' is no longer bound at the ML top-level. INCOMPATIBILITY, use -Classical.swap instead. - * Alternative iff syntax "A <-> B" for equality on bool (with priority 25 like -->); output depends on the "iff" print_mode, the default is "A = B" (with priority 50).