File: README

package info (click to toggle)
acl2 6.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108,856 kB
  • ctags: 110,136
  • sloc: lisp: 1,492,565; xml: 7,958; perl: 3,682; sh: 2,103; cpp: 1,477; makefile: 1,470; ruby: 453; ansic: 358; csh: 125; java: 24; haskell: 17
file content (16 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
In order to include all books of the library, simply include the book
"lib/top".  (All of the "support" books may similarly be loaded via
the book "support/top".)  Alternatively, a subset of these books may
be loaded, according to the user's intentions.  In particular,

(1) "rtlarr" is needed only if arrays are involved in the application.

(2) "basic", "float", "reps", "round", "fadd", "brat" and "package-defs"
    are intended to be used specifically for floating-point applications.

(3) "util" has no effect on the proof process and may be omitted.

(4) "arith" contains a set of arithmetic rules that past users have found
     useful; it may be omitted or replaced by another ACL2 arithmetic package.
    (We recommend the package in the "arithmetic/" directory, since it enforces normal 
    forms which the rules in "lib/" may depend on.