doc-src/HOL/HOL.tex
changeset 12180 91c9f661b183
parent 11242 81fe09ce5fc9
child 12611 c44a9fecb518
--- a/doc-src/HOL/HOL.tex	Wed Nov 14 18:42:34 2001 +0100
+++ b/doc-src/HOL/HOL.tex	Wed Nov 14 18:44:27 2001 +0100
@@ -2915,13 +2915,12 @@
 inductive    {\it inductive sets}
   intrs      {\it introduction rules}
   monos      {\it monotonicity theorems}
-  con_defs   {\it constructor definitions}
 \end{ttbox}
 A coinductive definition is identical, except that it starts with the keyword
 \texttt{coinductive}.  
 
-The \texttt{monos} and \texttt{con_defs} sections are optional.  If present,
-each is specified by a list of identifiers.
+The \texttt{monos} section is optional; if present it is specified by a list
+of identifiers.
 
 \begin{itemize}
 \item The \textit{inductive sets} are specified by one or more strings.