| 
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
  | 
| 
21330
 | 
    10  | 
imports Wellfounded_Relations Presburger Relation_Power SAT
  | 
| 
22844
 | 
    11  | 
  FunDef Recdef Extraction
  | 
| 
15131
 | 
    12  | 
begin
  | 
| 
12397
 | 
    13  | 
  | 
| 
14577
 | 
    14  | 
text {*
 | 
| 
20591
 | 
    15  | 
  This is defined separately to serve as a basis for
  | 
| 
 | 
    16  | 
  theory ToyList in the documentation.
  | 
| 
 | 
    17  | 
*}
  | 
| 
14577
 | 
    18  | 
  | 
| 
8490
 | 
    19  | 
end
  |