document Nitpick issue
authorblanchet
Fri, 29 May 2015 17:17:50 +0200
changeset 60309 72364a93bcb5
parent 60308 f7e406aba90d
child 60310 932221b62e89
document Nitpick issue
src/Doc/Nitpick/document/root.tex
--- a/src/Doc/Nitpick/document/root.tex	Fri May 29 14:35:59 2015 +0100
+++ b/src/Doc/Nitpick/document/root.tex	Fri May 29 17:17:50 2015 +0200
@@ -2773,11 +2773,15 @@
 \item[\labelitemi] Nitpick produces spurious counterexamples when invoked after a
 \textbf{guess} command in a structured proof.
 
-\item[\labelitemi] Datatypes defined using \textbf{datatype\_new} and
+\item[\labelitemi] Datatypes defined using \textbf{datatype} and
 codatatypes defined using \textbf{codatatype} that involve nested (co)recursion
 through non-(co)datatypes are not properly supported and may result in spurious
 counterexamples.
 
+\item[\labelitemi] Types that are registered with several distinct sets of
+constructors, including \textit{enat} if the \textit{Coinductive} entry of
+the \textit{Archive of Formal Proofs} is loaded, can confuse Nitpick.
+
 \item[\labelitemi] The \textit{nitpick\_xxx} attributes and the
 \textit{Nitpick\_xxx.register\_yyy} functions can cause havoc if used
 improperly.