NEWS
changeset 52266 86d6f57c2c1e
parent 52148 893b15200ec1
child 52286 8170e5327c02
--- a/NEWS	Thu May 30 23:29:33 2013 +0200
+++ b/NEWS	Fri May 31 07:30:23 2013 +0200
@@ -210,6 +210,13 @@
   - Renamed option:
       isar_shrink ~> isar_compress
 
+* HOL-Spec_Check: a Quickcheck tool for Isabelle's ML environment.
+  
+  With HOL-Spec_Check, ML developers can check specifications with the
+  ML function check_property. The specifications must be of the form
+  "ALL x1 ... xn. Prop x1 ... xn". Simple examples are in
+  src/HOL/Spec_Check/Examples.thy.
+
 
 *** HOL-Algebra ***