updating documentation on quickcheck in the Isar reference
authorbulwahn
Fri, 29 Oct 2010 08:44:43 +0200
changeset 40245 59f011c1877a
parent 40244 783c23f6afbf
child 40246 c03fc7d3fa97
updating documentation on quickcheck in the Isar reference
doc-src/IsarRef/Thy/HOL_Specific.thy
--- a/doc-src/IsarRef/Thy/HOL_Specific.thy	Thu Oct 28 18:36:34 2010 +0200
+++ b/doc-src/IsarRef/Thy/HOL_Specific.thy	Fri Oct 29 08:44:43 2010 +0200
@@ -950,6 +950,20 @@
       \item[no\_assms] specifies whether assumptions in
         structured proofs should be ignored.
 
+      \item[timeout] sets the time limit in seconds.
+
+      \item[default\_type] sets the type(s) generally used to instantiate
+        type variables.
+
+      \item[report] if set quickcheck reports how many tests fulfilled
+        the preconditions.
+
+      \item[quiet] if not set quickcheck informs about the current size
+        for assignment values.
+
+      \item[expect] can be used to check if the user's expectation was met
+        (no\_expectation, no\_counterexample, or counterexample)
+
     \end{description}
 
     These option can be given within square brackets.