src/HOL/PreList.thy
author haftmann
Thu, 28 Jun 2007 19:09:34 +0200
changeset 23512 770e7f9f715b
parent 23465 8f8835aac299
child 23708 b5eb0b4dd17d
permissions -rw-r--r--
code generation for dvd

(*  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 Wellfounded_Relations Presburger Relation_Power SAT
  FunDef Recdef Extraction
begin

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

end