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