doc-src/Ref/classical.tex
changeset 7990 0a604b2fc2b1
parent 6592 c120262044b6
child 8136 8c65f3ca13f2
--- a/doc-src/Ref/classical.tex	Sun Oct 31 15:26:37 1999 +0100
+++ b/doc-src/Ref/classical.tex	Sun Oct 31 20:11:23 1999 +0100
@@ -670,6 +670,17 @@
 \end{ttbox}
 deletes rules from the current claset. 
 
+\medskip A few further functions are available as uppercase versions only:
+\begin{ttbox}
+AddXIs, AddXEs, AddXDs: thm list -> unit
+\end{ttbox}
+\indexbold{*AddXIs} \indexbold{*AddXEs} \indexbold{*AddXDs} augment the
+current claset by \emph{extra} introduction, elimination, or destruct rules.
+These provide additional hints for the basic non-automated proof methods of
+Isabelle/Isar \cite{isabelle-isar-ref}.  The corresponding Isar attributes are
+``$intro!!$'', ``$elim!!$'', and ``$dest!!$''.  Note that these extra rules do
+not have any effect on classic Isabelle tactics.
+
 
 \subsection{Accessing the current claset}
 \label{sec:access-current-claset}