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 29 30
|
<html>
<head><title>ACL2-PC_colon__colon_P-TOP.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h3>ACL2-PC::P-TOP</h3>(macro)
<code> </code>prettyprint the conclusion, highlighting the current term
<pre>Major Section: <a href="PROOF-CHECKER-COMMANDS.html">PROOF-CHECKER-COMMANDS</a>
</pre><p>
<pre>
Example and General Form:
p-top
</pre>
For example, if the conclusion is <code>(equal (and x (p y)) (foo z))</code> and
the current subterm is <code>(p y)</code>, then <code>p-top</code> will print
<code>(equal (and x (*** (p y) ***)) (foo z))</code>.
<p>
Prettyprint the the conclusion, highlighting the current term. The
usual user syntax is used, as with the command <code>p</code> (as opposed to <code>pp</code>).
This is illustrated in the example above, where one would <code>*not*</code> see
<code>(equal (if x (*** (p y) ***) 'nil) (foo z))</code>.<p>
<strong>Note</strong> (obscure): In some situations, a term of the form <code>(if x t y)</code>
occurring inside the current subterm will not print as <code>(or x y)</code>,
when <code>x</code> isn't a call of a boolean primitive. There's nothing
incorrect about this, however.
<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>
|