update docs to reflect "Manual_Nits"
authorblanchet
Mon, 02 Jan 2012 14:36:49 +0100
changeset 46074 3ab55dfd2400
parent 46073 b2594cc862d7
child 46075 0054a9513b37
update docs to reflect "Manual_Nits"
doc-src/Nitpick/nitpick.tex
--- a/doc-src/Nitpick/nitpick.tex	Mon Jan 02 14:32:20 2012 +0100
+++ b/doc-src/Nitpick/nitpick.tex	Mon Jan 02 14:36:49 2012 +0100
@@ -910,7 +910,7 @@
 \prew
 \textbf{coinductive} \textit{nats} \textbf{where} \\
 ``$\textit{nats}~(x\Colon\textit{nat}) \,\Longrightarrow\, \textit{nats}~x$'' \\[2\smallskipamount]
-\textbf{lemma} ``$\textit{nats} = \{0, 1, 2, 3, 4\}$'' \\
+\textbf{lemma} ``$\textit{nats} = (\lambda n.\; n \mathbin\in \{0, 1, 2, 3, 4\})$'' \\
 \textbf{nitpick}~[\textit{card nat} = 10,\, \textit{show\_consts}] \\[2\smallskipamount]
 \slshape Nitpick found a counterexample:
 \\[2\smallskipamount]