| author | paulson |
| Thu, 15 Sep 2005 17:45:17 +0200 | |
| changeset 17421 | 0382f6877b98 |
| parent 17042 | da5cfaa258f7 |
| child 17508 | c84af7f39a6b |
| 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 |
|
| 14125 | 7 |
header{*A Basis for Building the Theory of Lists*}
|
| 12020 | 8 |
|
| 15131 | 9 |
theory PreList |
| 16760 | 10 |
imports Wellfounded_Relations Presburger Relation_Power GCD |
| 15131 | 11 |
begin |
| 12397 | 12 |
|
| 14577 | 13 |
text {*
|
14 |
Is defined separately to serve as a basis for theory ToyList in the |
|
15 |
documentation. *} |
|
16 |
||
| 8490 | 17 |
end |