doc-src/Ref/theories.tex
changeset 1650 a4ed2655b08c
parent 1551 4a617e14d12c
child 1846 763f08fb194f
--- a/doc-src/Ref/theories.tex	Thu Apr 04 18:01:26 1996 +0200
+++ b/doc-src/Ref/theories.tex	Thu Apr 04 18:01:47 1996 +0200
@@ -112,11 +112,18 @@
   parse rules ({\tt =>}), print rules ({\tt <=}), and parse/print rules ({\tt
   ==}).
 
-\item[$rule$]
+\item[$rules$]
   is a series of rule declarations.  Each has a name $id$ and the formula is
   given by the $string$.  Rule names must be distinct within any single
   theory file.
 
+\item[$defs$]
+  is a series of definitions.  Just like $rules$, except that every $string$
+  must be a definition.
+
+\item[$constdefs$] combines the declaration of constants and their
+  definition. The first $string$ is the type, the second the definition.
+
 \item[$ml$] \index{*ML section}
   consists of \ML\ code, typically for parse and print translation functions.
 \end{description}