src/HOL/PreList.thy
author nipkow
Wed, 06 Jun 2007 19:12:07 +0200
changeset 23279 e39dd93161d9
parent 22844 91c05f4b509e
child 23462 11728d83794c
permissions -rw-r--r--
tuned list comprehension, changed filter syntax from : to <-

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