Theory Multiset provides stable quicksort implementation of sort_key.
authorhaftmann
Wed, 03 Nov 2010 12:20:33 +0100
changeset 40348 e484bacfbe64
parent 40347 429bf4388b2f
child 40349 131cf8790a1c
Theory Multiset provides stable quicksort implementation of sort_key.
NEWS
--- a/NEWS	Wed Nov 03 12:15:47 2010 +0100
+++ b/NEWS	Wed Nov 03 12:20:33 2010 +0100
@@ -82,6 +82,8 @@
 
 *** HOL ***
 
+* Theory Multiset provides stable quicksort implementation of sort_key.
+
 * Quickcheck now has a configurable time limit which is set to 30 seconds
 by default. This can be changed by adding [timeout = n] to the quickcheck
 command. The time limit for auto quickcheck is still set independently,