1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<html>
<head><title>ACL2-PC_colon__colon_PSO.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h3>ACL2-PC::PSO</h3>(macro)
<code> </code>print the most recent proof attempt from inside the proof-checker
<pre>Major Section: <a href="PROOF-CHECKER-COMMANDS.html">PROOF-CHECKER-COMMANDS</a>
</pre><p>
<pre>
Example and General Form:
sp
</pre>
<p>
Print the most recent proof attempt from inside the proof-checker, assuming
that you haven't left the proof-checker loop and subsequently saved output
(see <a href="SET-SAVED-OUTPUT.html">set-saved-output</a>). This includes all calls to the prover, including
for example <a href="PROOF-CHECKER.html">proof-checker</a> commands <code>induct</code>, <code>split</code>, and <code>bash</code>,
in addition to <code>prove</code>. So for example, you can follow <code>(quiet prove)</code>
with <code>pso</code> to see the proof if it failed.<p>
See documentation for the similar <a href="PROOF-CHECKER.html">proof-checker</a> command <code>pso!</code> for
including <a href="PROOF-TREE.html">proof-tree</a> output. Also see <a href="SET-SAVED-OUTPUT.html">set-saved-output</a> for a general
discussion of the output-saving mechanism.
<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>
|