File: CERTIFY-BOOK_bang_.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 (32 lines) | stat: -rw-r--r-- 1,598 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
<html>
<head><title>CERTIFY-BOOK_bang_.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>CERTIFY-BOOK!</h2>a variant of <code><a href="CERTIFY-BOOK.html">certify-book</a></code>
<pre>Major Section:  <a href="OTHER.html">OTHER</a>
</pre><p>


<pre>
Examples:
(certify-book! "my-arith" 3)     ;Certify in a world with 3
                                   ; commands, starting in a world
                                   ; with at least 3 commands.
(certify-book! "my-arith")       ;Certify in the initial world.
(certify-book! "my-arith" 0 nil) ;As above, but do not compile.
<p>
General Form:
(certify-book! book-name k compile-flg)
</pre>

where <code>book-name</code> is a book name (see <a href="BOOK-NAME.html">book-name</a>), <code>k</code> is a
nonnegative integer used to indicate the ``certification <a href="WORLD.html">world</a>,''
and <code>compile-flg</code> indicates whether you wish to compile the
(functions in the) book.<p>

This <a href="COMMAND.html">command</a> is identical to <code><a href="CERTIFY-BOOK.html">certify-book</a></code>, except that the second
argument <code>k</code> may not be <code>t</code> in <code>certify-book!</code> and if <code>k</code>
exceeds the current <a href="COMMAND.html">command</a> number, then an appropriate <code><a href="UBT_bang_.html">ubt!</a></code> will
be executed first.  See <a href="CERTIFY-BOOK.html">certify-book</a> and see <a href="UBT_bang_.html">ubt!</a>.
<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>