Added entry for quickcheck command.
authorberghofe
Fri, 16 Apr 2004 19:04:17 +0200
changeset 14602 e06ded775eca
parent 14601 e46e7cdcf796
child 14603 985eb6708207
Added entry for quickcheck command.
NEWS
--- 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 ***