src/HOL/PreList.thy
author wenzelm
Sat, 29 Mar 2008 13:03:05 +0100
changeset 26475 3cc1e48d0ce1
parent 25591 0792e02973cc
permissions -rw-r--r--
eliminated quiet_mode ref of some packages (avoid CRITICAL setmp!);

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

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

end