NEWS
authorbulwahn
Tue, 10 Jan 2012 10:48:39 +0100
changeset 46170 1b2e882f42d2
parent 46169 321abd584588
child 46171 19f68d7671f0
child 46172 c06e868dc339
NEWS
NEWS
--- a/NEWS	Tue Jan 10 10:18:08 2012 +0100
+++ b/NEWS	Tue Jan 10 10:48:39 2012 +0100
@@ -243,6 +243,8 @@
 produces a rule which can be used to perform case distinction on both
 a list and a nat.
 
+* Improved code generation of multisets.
+
 * Quickcheck:
   - Quickcheck returns variable assignments as counterexamples, which
     allows to reveal the underspecification of functions under test.
@@ -262,7 +264,9 @@
     value generators for a given type and operations.
     It generates values by using the operations as if they were
     constructors of that type. 
-  
+
+  - Support for multisets.
+
 * Nitpick:
   - Fixed infinite loop caused by the 'peephole_optim' option and
     affecting 'rat' and 'real'.