arith: "!" arg;
authorwenzelm
Fri, 17 Mar 2000 22:50:04 +0100
changeset 8506 e2204e3df61b
parent 8505 d6e324af32d7
child 8507 d22fcea34cb7
arith: "!" arg;
doc-src/IsarRef/hol.tex
--- a/doc-src/IsarRef/hol.tex	Fri Mar 17 22:49:44 2000 +0100
+++ b/doc-src/IsarRef/hol.tex	Fri Mar 17 22:50:04 2000 +0100
@@ -316,9 +316,18 @@
   arith & : & \isarmeth \\
 \end{matharray}
 
+\begin{rail}
+  'arith' '!'?
+  ;
+\end{rail}
+
 The $arith$ method decides linear arithmetic problems (on types $nat$, $int$,
-$real$).  Note that a simpler (but faster) version of arithmetic reasoning is
-already performed by the Simplifier.
+$real$).  Any current facts are inserted into the goal before running the
+procedure.  The ``!''~argument causes the full context of assumptions to be
+included as well.
+
+Note that a simpler (but faster) version of arithmetic reasoning is already
+performed by the Simplifier.
 
 
 %%% Local Variables: