1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<html>
<head><title>START-PROOF-TREE.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>START-PROOF-TREE</h2>start 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="STOP-PROOF-TREE.html">stop-proof-tree</a>. Note that
<code>:start-proof-tree</code> works by removing <code>'</code><code><a href="PROOF-TREE.html">proof-tree</a></code> from 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>:start-proof-tree</code> causes proof tree display to be
turned on, once it has been turned off by <code>:</code><code><a href="STOP-PROOF-TREE.html">stop-proof-tree</a></code>.<p>
Do not attempt to invoke <code>start-proof-tree</code> during an interrupt in the
middle of a proof.
<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>
|