Strengthened warnings concerning topthm(), etc.
--- a/doc-src/Ref/goals.tex Fri Feb 14 10:34:24 1997 +0100
+++ b/doc-src/Ref/goals.tex Fri Feb 14 10:35:06 1997 +0100
@@ -527,8 +527,10 @@
\section{Debugging and inspecting}
\index{tactics!debugging}
-These specialized operations support the debugging of tactics. They refer
-to the current proof state of the subgoal module.
+These functions can be useful when you are debugging a tactic. They refer
+to the current proof state stored in the subgoal module. A tactic
+should never call them; it should operate on the proof state supplied as its
+argument.
\subsection{Reading and printing terms}
\index{terms!reading of}\index{terms!printing of}\index{types!printing of}
@@ -576,6 +578,7 @@
command is supplied for debugging uses of \ttindex{METAHYPS}.
\end{ttdescription}
+
\subsection{Filtering lists of rules}
\begin{ttbox}
filter_goal: (term*term->bool) -> thm list -> int -> thm list