src/HOL/PreList.thy
author wenzelm
Fri, 05 May 2000 22:09:41 +0200
changeset 8807 0046be1769f9
parent 8756 b03a0b219139
child 8840 18b76c137c41
permissions -rw-r--r--
GPLed;

(*  Title:      HOL/List.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   2000 TU Muenchen

A basis for building theory List on. Is defined separately to serve as a
basis for theory ToyList in the documentation.
*)

theory PreList =
  Option + WF_Rel + NatBin + Recdef + Record + RelPow + Sexp + Calculation
  + SVC_Oracle
files "Integ/NatSimprocs.ML":

end