NEWS
changeset 63909 cc15bd7c5396
parent 63891 8947157ca830
child 63917 40d1c5e7f407
--- a/NEWS	Sun Sep 18 11:31:19 2016 +0200
+++ b/NEWS	Sun Sep 18 15:16:42 2016 +0200
@@ -231,6 +231,14 @@
 
 *** HOL ***
 
+* The unique existence quantifier no longer provides 'binder' syntax,
+but uses syntax translations (as for bounded unique existence). Thus
+iterated quantification \<exists>!x y. P x y with its slightly confusing
+sequential meaning \<exists>!x. \<exists>!y. P x y is no longer possible. Instead,
+pattern abstraction admits simultaneous unique existence \<exists>!(x, y). P x y
+(analogous existing notation \<exists>!(x, y)\<in>A. P x y). Potential
+INCOMPATIBILITY in rare situations.
+
 * Renamed session HOL-Multivariate_Analysis to HOL-Analysis.
 
 * Moved measure theory from HOL-Probability to HOL-Analysis. When importing