diff -r 3df45b0ce819 -r d79308423aea doc-src/Nitpick/nitpick.tex --- a/doc-src/Nitpick/nitpick.tex Thu Feb 04 16:50:26 2010 +0100 +++ b/doc-src/Nitpick/nitpick.tex Fri Feb 05 11:14:34 2010 +0100 @@ -1694,7 +1694,7 @@ ``$\textit{dataset}~(\textit{skew}~t) = \textit{dataset}~t$'' \\ ``$\textit{dataset}~(\textit{split}~t) = \textit{dataset}~t$'' \\ \textbf{nitpick} \\[2\smallskipamount] -{\slshape Nitpick ran out of time after checking 7 of 8 scopes.} +{\slshape Nitpick found no counterexample.} \postw Furthermore, applying \textit{skew} or \textit{split} to a well-formed tree @@ -1756,7 +1756,7 @@ \prew \textbf{theorem}~\textit{wf\_insort}:\kern.4em ``$\textit{wf}~t\,\Longrightarrow\, \textit{wf}~(\textit{insort}~t~x)$'' \\ \textbf{nitpick} \\[2\smallskipamount] -{\slshape Nitpick ran out of time after checking 6 of 8 scopes.} +{\slshape Nitpick ran out of time after checking 7 of 8 scopes.} \postw Insertion should transform the set of elements represented by the tree in the @@ -1766,14 +1766,14 @@ \textbf{theorem} \textit{dataset\_insort}:\kern.4em ``$\textit{dataset}~(\textit{insort}~t~x) = \{x\} \cup \textit{dataset}~t$'' \\ \textbf{nitpick} \\[2\smallskipamount] -{\slshape Nitpick ran out of time after checking 5 of 8 scopes.} +{\slshape Nitpick ran out of time after checking 6 of 8 scopes.} \postw -We could continue like this and sketch a complete theory of AA trees without -performing a single proof. Once the definitions and main theorems are in place -and have been thoroughly tested using Nitpick, we could start working on the -proofs. Developing theories this way usually saves time, because faulty theorems -and definitions are discovered much earlier in the process. +We could continue like this and sketch a complete theory of AA trees. Once the +definitions and main theorems are in place and have been thoroughly tested using +Nitpick, we could start working on the proofs. Developing theories this way +usually saves time, because faulty theorems and definitions are discovered much +earlier in the process. \section{Option Reference} \label{option-reference}