doc-src/Nitpick/nitpick.tex
changeset 35220 2bcdae5f4fdb
parent 35189 250fe9541fb2
child 35284 9edc2bd6d2bd
     1.1 --- a/doc-src/Nitpick/nitpick.tex	Thu Feb 18 10:38:37 2010 +0100
     1.2 +++ b/doc-src/Nitpick/nitpick.tex	Thu Feb 18 18:48:07 2010 +0100
     1.3 @@ -472,7 +472,7 @@
     1.4  \prew
     1.5  \textbf{lemma} ``$\forall n.\; \textit{Suc}~n \mathbin{\not=} n \,\Longrightarrow\, P$'' \\
     1.6  \textbf{nitpick} [\textit{card~nat}~= 100, \textit{check\_potential}] \\[2\smallskipamount]
     1.7 -\slshape Warning: The conjecture either trivially holds or (more likely) lies outside Nitpick's supported
     1.8 +\slshape Warning: The conjecture either trivially holds for the given scopes or (more likely) lies outside Nitpick's supported
     1.9  fragment. Only potential counterexamples may be found. \\[2\smallskipamount]
    1.10  Nitpick found a potential counterexample: \\[2\smallskipamount]
    1.11  \hbox{}\qquad Free variable: \nopagebreak \\
    1.12 @@ -2083,7 +2083,6 @@
    1.13  Specifies whether the given (recursive) datatype should be given standard
    1.14  models. Nonstandard models are unsound but can help debug structural induction
    1.15  proofs, as explained in \S\ref{inductive-properties}.
    1.16 -%This option is not supported for the type \textit{nat}.
    1.17  
    1.18  \optrue{std}{non\_std}
    1.19  Specifies the default standardness to use. This can be overridden on a per-type