NEWS
changeset 46752 e9e7209eb375
parent 46732 ac701d7f7c3b
child 46834 a5fa1dc55945
--- a/NEWS	Thu Mar 01 17:13:54 2012 +0000
+++ b/NEWS	Thu Mar 01 19:34:52 2012 +0100
@@ -90,6 +90,18 @@
 
 * New type synonym 'a rel = ('a * 'a) set
 
+* More default pred/set conversions on a couple of relation operations
+and predicates.  Consolidation of some relation theorems:
+
+  converse_def ~> converse_unfold
+  rel_comp_def ~> rel_comp_unfold
+  symp_def ~> (dropped, use symp_def and sym_def instead)
+  transp_def ~> transp_trans
+  Domain_def ~> Domain_unfold
+  Range_def ~> Domain_converse [symmetric]
+
+INCOMPATIBILITY.
+
 * Consolidated various theorem names relating to Finite_Set.fold
 combinator:
 
@@ -99,7 +111,7 @@
   SUPR_fold_sup ~> SUP_fold_sup
   union_set ~> union_set_fold
   minus_set ~> minus_set_fold
-  
+
 INCOMPATIBILITY.
 
 * Consolidated theorem names concerning fold combinators: