removed somewhat low-level stuff (cf. attribute "swapped" in isar-ref);
authorwenzelm
Sun, 05 Jun 2011 22:09:04 +0200
changeset 42931 ac4094f30a44
parent 42930 41394a61cca9
child 42932 34ed34804d90
removed somewhat low-level stuff (cf. attribute "swapped" in isar-ref);
doc-src/Ref/classical.tex
--- 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}