removed somewhat low-level stuff (cf. attribute "swapped" in isar-ref);
--- a/doc-src/Ref/classical.tex Sun Jun 05 22:02:54 2011 +0200
+++ b/doc-src/Ref/classical.tex Sun Jun 05 22:09:04 2011 +0200
@@ -237,22 +237,6 @@
resolution and also elim-resolution with the swapped form.
\end{ttdescription}
-\subsection{Creating swapped rules}
-\begin{ttbox}
-swapify : thm list -> thm list
-joinrules : thm list * thm list -> (bool * thm) list
-\end{ttbox}
-\begin{ttdescription}
-\item[\ttindexbold{swapify} {\it thms}] returns a list consisting of the
-swapped versions of~{\it thms}, regarded as introduction rules.
-
-\item[\ttindexbold{joinrules} ({\it intrs}, {\it elims})]
-joins introduction rules, their swapped versions, and elimination rules for
-use with \ttindex{biresolve_tac}. Each rule is paired with~\texttt{false}
-(indicating ordinary resolution) or~\texttt{true} (indicating
-elim-resolution).
-\end{ttdescription}
-
\section{Setting up the classical reasoner}\label{sec:classical-setup}
\index{classical reasoner!setting up}