| author | wenzelm |
| Mon, 13 Nov 2006 12:10:49 +0100 | |
| changeset 21318 | edb595802d22 |
| parent 21256 | 47195501ecf7 |
| child 21330 | 6dd5919e7742 |
| 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 |
| 21256 | 10 |
imports Wellfounded_Relations Presburger 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 |