author | haftmann |
Thu, 13 Dec 2007 07:09:00 +0100 | |
changeset 25612 | 314d949c70b5 |
parent 25591 | 0792e02973cc |
permissions | -rw-r--r-- |
10519 | 1 |
(* Title: HOL/PreList.thy |
8563 | 2 |
ID: $Id$ |
10733 | 3 |
Author: Tobias Nipkow and Markus Wenzel |
8563 | 4 |
Copyright 2000 TU Muenchen |
5 |
*) |
|
8490 | 6 |
|
20591 | 7 |
header {* A Basis for Building the Theory of Lists *} |
12020 | 8 |
|
15131 | 9 |
theory PreList |
25591
0792e02973cc
swtiched ATP_Linkup and PreList in theory hierarchy
haftmann
parents:
25517
diff
changeset
|
10 |
imports Record Presburger SAT Recdef Extraction Relation_Power |
15131 | 11 |
begin |
12397 | 12 |
|
14577 | 13 |
text {* |
20591 | 14 |
This is defined separately to serve as a basis for |
15 |
theory ToyList in the documentation. |
|
16 |
*} |
|
14577 | 17 |
|
8490 | 18 |
end |