src/HOL/PreList.thy
author haftmann
Tue, 10 Jul 2007 17:30:49 +0200
changeset 23708 b5eb0b4dd17d
parent 23465 8f8835aac299
child 24616 fac3dd4ade83
permissions -rw-r--r--
clarified import

(*  Title:      HOL/PreList.thy
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel
    Copyright   2000 TU Muenchen
*)

header {* A Basis for Building the Theory of Lists *}

theory PreList
imports Presburger Relation_Power SAT Recdef Extraction Record
begin

text {*
  This is defined separately to serve as a basis for
  theory ToyList in the documentation.
*}

end