# HG changeset patch # User bulwahn # Date 1340810598 -7200 # Node ID 0b3fd5ff8ea7b5dbf2841173d59adb2a104fed56 # Parent 39ba7244544cb7730747496332759bdca3126cfb adding a useful remark in the reference diff -r 39ba7244544c -r 0b3fd5ff8ea7 doc-src/IsarRef/Thy/HOL_Specific.thy --- a/doc-src/IsarRef/Thy/HOL_Specific.thy Wed Jun 27 13:56:34 2012 +0200 +++ b/doc-src/IsarRef/Thy/HOL_Specific.thy Wed Jun 27 17:23:18 2012 +0200 @@ -1888,6 +1888,8 @@ \item[@{text eval}] takes a term or a list of terms and evaluates these terms under the variable assignment found by quickcheck. + This option is currently only supported by the default + (exhaustive) tester. \item[@{text iterations}] sets how many sets of assignments are generated for each particular size. diff -r 39ba7244544c -r 0b3fd5ff8ea7 doc-src/IsarRef/Thy/document/HOL_Specific.tex --- a/doc-src/IsarRef/Thy/document/HOL_Specific.tex Wed Jun 27 13:56:34 2012 +0200 +++ b/doc-src/IsarRef/Thy/document/HOL_Specific.tex Wed Jun 27 17:23:18 2012 +0200 @@ -2671,6 +2671,8 @@ \item[\isa{eval}] takes a term or a list of terms and evaluates these terms under the variable assignment found by quickcheck. + This option is currently only supported by the default + (exhaustive) tester. \item[\isa{iterations}] sets how many sets of assignments are generated for each particular size.