Small mods.
--- a/doc-src/Ref/simplifier.tex Tue May 19 17:16:18 1998 +0200
+++ b/doc-src/Ref/simplifier.tex Wed May 20 15:20:28 1998 +0200
@@ -360,7 +360,7 @@
\index{rewrite rules|)}
-\subsection{Simplification procedures}
+\subsection{*Simplification procedures}
\begin{ttbox}
addsimprocs : simpset * simproc list -> simpset
delsimprocs : simpset * simproc list -> simpset
@@ -926,9 +926,6 @@
\section{Permutative rewrite rules}
\index{rewrite rules!permutative|(}
-\begin{ttbox}
-settermless : simpset * (term * term -> bool) -> simpset \hfill{\bf infix 4}
-\end{ttbox}
A rewrite rule is {\bf permutative} if the left-hand side and right-hand
side are the same up to renaming of variables. The most common permutative
@@ -942,6 +939,9 @@
lexicographic ordering on terms. This should be perfectly OK in most
cases, but can be changed for special applications.
+\begin{ttbox}
+settermless : simpset * (term * term -> bool) -> simpset \hfill{\bf infix 4}
+\end{ttbox}
\begin{ttdescription}
\item[$ss$ \ttindexbold{settermless} $rel$] installs relation $rel$ as