Under RS added cross reference to bind_thm
authorlcp
Tue, 24 Jan 1995 03:04:20 +0100
changeset 876 5c18634db55d
parent 875 a0b71a4bbe5e
child 877 e528724951b0
Under RS added cross reference to bind_thm
doc-src/Ref/thm.tex
--- a/doc-src/Ref/thm.tex	Tue Jan 24 03:03:19 1995 +0100
+++ b/doc-src/Ref/thm.tex	Tue Jan 24 03:04:20 1995 +0100
@@ -80,7 +80,9 @@
 MRL : thm list list * thm list -> thm list     \hfill{\bf infix}
 \end{ttbox}
 Joining rules together is a simple way of deriving new rules.  These
-functions are especially useful with destruction rules.
+functions are especially useful with destruction rules.  To store
+the result in the theorem database, use \ttindex{bind_thm}
+(\S\ref{ExtractingAndStoringTheProvedTheorem}). 
 \begin{ttdescription}
 \item[\tt$thm@1$ RSN $(i,thm@2)$] \indexbold{*RSN} 
   resolves the conclusion of $thm@1$ with the $i$th premise of~$thm@2$.