author | lammich <lammich@in.tum.de> |
Tue, 17 Sep 2013 15:18:14 +0200 | |
changeset 53683 | e6adad558def |
parent 53682 | 1b55aeda0e46 |
child 53684 | 339aefeacb57 |
--- 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.