File: README

package info (click to toggle)
acl2 7.2dfsg-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 198,968 kB
  • ctags: 182,300
  • sloc: lisp: 2,415,261; ansic: 5,675; perl: 5,577; xml: 3,576; sh: 3,255; cpp: 2,835; makefile: 2,440; ruby: 2,402; python: 778; ml: 763; yacc: 709; csh: 355; php: 171; lex: 162; tcl: 44; java: 24; asm: 23; haskell: 17
file content (37 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download | duplicates (10)
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
35
36
37

The data-structures books provide definitions and rewrite rules about some of
the basic data structures frequently used in ACL2 and Common Lisp: lists,
alists, and structures.

The contents of each book are briefly documented below.

list-defuns         definitions of list functions
list-defthms        theorems about list functions
deflist             a tool for defining typed lists
list-theory         brings in all of the above

set-defuns          definitions of set functions
set-defthms         theorems about set functions
set-theory          brings in both the definitions and theorems

alist-defuns        definitions of alist functions
alist-defthms       theorems about alist functions
defalist            a tool for defining typed alists
alist-theory        brings in all of the above

number-list-defuns  definitions about lists of numbers
number-list-defthms theorems about number list functions
number-list-theory  brings on both the definitions and theorems

structures          a tool for defining typed record structures

The following books provide support for the above, but are not
themselves certified.  Users should not generally have any reason to
use these directly.

define-structures-package.lsp
define-u-package.lsp
utilities.lisp


Bill Bevier