NEWS
changeset 14602 e06ded775eca
parent 14572 1408d312d3a9
child 14606 0be6c11e7128
--- a/NEWS	Fri Apr 16 18:55:25 2004 +0200
+++ b/NEWS	Fri Apr 16 19:04:17 2004 +0200
@@ -166,6 +166,11 @@
   for a fragment of HOL.  The installation of an external SAT solver is
   highly recommended.  See "HOL/Refute.thy" for details.
 
+* 'quickcheck' command: Allows to find counterexamples by evaluating
+  formulae under an assignment of free variables to random values.
+  In contrast to 'refute', it can deal with inductive datatypes,
+  but cannot handle quantifiers. See "HOL/ex/Quickcheck_Examples.thy"
+  for examples.
 
 *** HOLCF ***