src/HOL/PreList.thy
author wenzelm
Wed, 29 Aug 2007 11:10:28 +0200
changeset 24470 41c81e23c08d
parent 23708 b5eb0b4dd17d
child 24616 fac3dd4ade83
permissions -rw-r--r--
removed Hoare/hoare.ML, Hoare/hoareAbort.ML, ex/svc_oracle.ML (which can be mistaken as attached ML script on case-insensitive file-system);

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