tuned (then_)apply;
authorwenzelm
Tue, 07 Sep 1999 18:09:40 +0200
changeset 7510 212516006d89
parent 7509 d6fc3c4423f7
child 7511 85cf7fa5b138
tuned (then_)apply;
doc-src/IsarRef/pure.tex
--- a/doc-src/IsarRef/pure.tex	Tue Sep 07 18:09:18 1999 +0200
+++ b/doc-src/IsarRef/pure.tex	Tue Sep 07 18:09:40 1999 +0200
@@ -714,9 +714,9 @@
 
 \begin{descr}
 \item [$\isarkeyword{apply}~(m)$] applies proof method $m$ in the
-  plain-old-tactic sense.  Facts for forward chaining are ignored.
+  plain-old-tactic sense.  Facts for forward chaining are reset.
 \item [$\isarkeyword{then_apply}~(m)$] is similar to $\isarkeyword{apply}$,
-  but observes the goal's facts.
+  but keeps the goal's facts.
 \item [$\isarkeyword{back}$] does back-tracking over the result sequence of
   the latest proof command.\footnote{Unlike the ML function \texttt{back}
     \cite{isabelle-ref}, the Isar command does not search upwards for further