doc-src/Ref/thm.tex
changeset 4376 407f786d3059
parent 4317 7264fa2ff2ec
child 4383 25704541008b
--- a/doc-src/Ref/thm.tex	Fri Dec 05 18:45:19 1997 +0100
+++ b/doc-src/Ref/thm.tex	Fri Dec 05 18:46:18 1997 +0100
@@ -132,7 +132,7 @@
 \end{ttdescription}
 
 
-\subsection{Instantiating a theorem}
+\subsection{Instantiating a theorem} \label{sec:instantiate}
 \index{instantiation}
 \begin{ttbox}
 read_instantiate    :                (string * string) list -> thm -> thm
@@ -593,6 +593,9 @@
 given as $(v,t)$ pairs, where $v$ is an unknown and $t$ is a term (of the
 same type as $v$) or a type (of the same sort as~$v$).  All the unknowns
 must be distinct.  The rule normalizes its conclusion.
+
+Note that \ttindex{instantiate'} (see \S\ref{sec:instantiate})
+provides a more convenient interface to this rule.
 \end{ttdescription}