src/HOL/PreList.thy
author haftmann
Mon, 03 Dec 2007 16:04:14 +0100
changeset 25517 36d710d1dbce
parent 24742 73b8b42a36b6
child 25591 0792e02973cc
permissions -rw-r--r--
shifted "fun" command to Wellfounded_Relations

(*  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 ATP_Linkup
begin

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

end