File: README

package info (click to toggle)
acl2 8.6%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,138,276 kB
  • sloc: lisp: 17,818,294; java: 125,359; python: 28,122; javascript: 23,458; cpp: 18,851; ansic: 11,569; perl: 7,678; xml: 5,591; sh: 3,978; makefile: 3,840; ruby: 2,633; yacc: 1,126; ml: 763; awk: 295; csh: 233; lex: 197; php: 178; tcl: 49; asm: 23; haskell: 17
file content (21 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is the README file for /books/projects/apply-model-2/ex2/.  This directory
is almost analogous to its peer, ../ex1/ and you should see the README file
there for details.  The ``almost'' is necessary because this directory contains
one more file, user-thms.lisp, which just illustrates more theorems about
scions.  Some of these theorems are also in ../report.lisp but a few are novel.

Certification instructions for this directory are analogous to those for ex1/
as described in the README but bear repeating:

Certification of books in this directory depends on the following.

cp -p ../apply.lisp evaluation-apply.lisp
cp -p user-defs.lisp evaluation-user-defs.lisp

That is done automatically using "make", or by running a regression
from the top-level ACL2 directory or books/.

Running "make" in this directory, however, will not guarantee that the
books in the parent directory are certified, which is necessary.
Either run make in the parent directory or run cert.pl with option
--include-excludes in either directory _after_ copying as shown above.