File: LD-VERBOSE.html

package info (click to toggle)
acl2 3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36,712 kB
  • ctags: 38,396
  • sloc: lisp: 464,023; makefile: 5,470; sh: 86; csh: 47; cpp: 25; ansic: 22
file content (34 lines) | stat: -rw-r--r-- 2,353 bytes parent folder | download
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
31
32
33
34
<html>
<head><title>LD-VERBOSE.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>LD-VERBOSE</h2>determines whether <code><a href="LD.html">ld</a></code> prints ``ACL2 Loading ...''
<pre>Major Section:  <a href="MISCELLANEOUS.html">MISCELLANEOUS</a>
</pre><p>

<code>Ld-verbose</code> is an <code><a href="LD.html">ld</a></code> special (see <a href="LD.html">ld</a>).  The accessor is
<code>(ld-verbose state)</code> and the updater is <code>(set-ld-verbose val state)</code>.
<code>Ld-verbose</code> must be <code>t</code>, <code>nil</code> or a string or <code><a href="CONSP.html">consp</a></code> suitable for <code><a href="FMT.html">fmt</a></code>
printing via the <code>~@</code> command.  The initial value of <code>ld-verbose</code> is a
<code><a href="FMT.html">fmt</a></code> message that prints the ACL2 version number, <code><a href="LD.html">ld</a></code> level and
connected book directory.
<p>
Before processing the forms in <code><a href="STANDARD-OI.html">standard-oi</a></code>, <code><a href="LD.html">ld</a></code> may print a header.
The printing of this header is controlled by <code>ld-verbose</code>.  If
<code>ld-verbose</code> is <code>nil</code>, no header is printed.  If it is <code>t</code>, <code><a href="LD.html">ld</a></code> prints the
message

<pre>
   ACL2 loading &lt;file&gt;
</pre>

where <code>&lt;file&gt;</code> is the input channel supplied to <code><a href="LD.html">ld</a></code>.  A similar
message is printed when <code><a href="LD.html">ld</a></code> completes.  If <code>ld-verbose</code> is neither <code>t</code>
nor <code>nil</code> then it is presumably a header and is printed with the <code>~@</code>
<code><a href="FMT.html">fmt</a></code> directive before <code><a href="LD.html">ld</a></code> begins to read and process forms.  In this
case the <code>~@</code> <code><a href="FMT.html">fmt</a></code> directive is interpreted in an environment in which
<code>#\v</code> is the ACL2 version string, <code>#\l</code> is the level of the current
recursion in <code><a href="LD.html">ld</a></code> and/or <code><a href="WORMHOLE.html">wormhole</a></code>, and <code>#\c</code> is the connected book
directory <code>(cbd)</code>.
<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>