doc-src/IsarRef/Thy/document/HOL_Specific.tex
changeset 40515 6d1ebaa7a4ba
parent 40412 1fa547166a1d
child 40516 9ffbc25e1606
     1.1 --- a/doc-src/IsarRef/Thy/document/HOL_Specific.tex	Fri Oct 29 11:07:21 2010 +0200
     1.2 +++ b/doc-src/IsarRef/Thy/document/HOL_Specific.tex	Fri Oct 29 11:35:47 2010 +0200
     1.3 @@ -959,14 +959,28 @@
     1.4  
     1.5      \begin{description}
     1.6  
     1.7 -      \item[size] specifies the maximum size of the search space for
     1.8 -        assignment values.
     1.9 +    \item[\isa{size}] specifies the maximum size of the search space
    1.10 +    for assignment values.
    1.11  
    1.12 -      \item[iterations] sets how many sets of assignments are
    1.13 -        generated for each particular size.
    1.14 +    \item[\isa{iterations}] sets how many sets of assignments are
    1.15 +    generated for each particular size.
    1.16  
    1.17 -      \item[no\_assms] specifies whether assumptions in
    1.18 -        structured proofs should be ignored.
    1.19 +    \item[\isa{no{\isacharunderscore}assms}] specifies whether assumptions in
    1.20 +    structured proofs should be ignored.
    1.21 +
    1.22 +    \item[\isa{timeout}] sets the time limit in seconds.
    1.23 +
    1.24 +    \item[\isa{default{\isacharunderscore}type}] sets the type(s) generally used to
    1.25 +    instantiate type variables.
    1.26 +
    1.27 +    \item[\isa{report}] if set quickcheck reports how many tests
    1.28 +    fulfilled the preconditions.
    1.29 +
    1.30 +    \item[\isa{quiet}] if not set quickcheck informs about the
    1.31 +    current size for assignment values.
    1.32 +
    1.33 +    \item[\isa{expect}] can be used to check if the user's
    1.34 +    expectation was met (\isa{no{\isacharunderscore}expectation}, \isa{no{\isacharunderscore}counterexample}, or \isa{counterexample}).
    1.35  
    1.36      \end{description}
    1.37