changeset 53683 | e6adad558def |
parent 53681 | 7e80b558c751 |
child 53709 | 84522727f9d3 |
--- a/NEWS Tue Sep 17 14:10:33 2013 +0200 +++ b/NEWS Tue Sep 17 15:18:14 2013 +0200 @@ -303,6 +303,10 @@ conditionally-complete lattices and inner dense linorders which have more than one element. INCOMPATIBILITY. +* Introduced type classes order_top and order_bot. The old classes top +and bot only contain the syntax without assumptions. +INCOMPATIBILITY: Rename bot -> order_bot, top -> order_top + * Introduce type classes "no_top" and "no_bot" for orderings without top and bottom elements.