1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<html>
<head><title>STOP-PROOF-TREE.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>STOP-PROOF-TREE</h2>stop displaying proof trees during proofs
<pre>Major Section: <a href="PROOF-TREE.html">PROOF-TREE</a>
</pre><p>
Also see <a href="PROOF-TREE.html">proof-tree</a> and see <a href="START-PROOF-TREE.html">start-proof-tree</a>. Note that
<code>:stop-proof-tree</code> works by adding <code>'</code><code><a href="PROOF-TREE.html">proof-tree</a></code> to the
<code>inhibit-output-lst</code>; see <a href="SET-INHIBIT-OUTPUT-LST.html">set-inhibit-output-lst</a>.
<p>
Proof tree displays are explained in the documentation for
<a href="PROOF-TREE.html">proof-tree</a>. <code>:Stop-proof-tree</code> causes proof tree display to be
turned off.<p>
It is permissible to submit the form <code>(stop-proof-tree)</code> during a
break. Thus, you can actually turn off proof tree display in the
middle of a proof by interrupting ACL2 and submitting the form
<code>(stop-proof-tree)</code> in raw Lisp.
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>
|