src/HOL/PreList.thy
author nipkow
Tue, 25 Apr 2000 08:09:10 +0200
changeset 8771 026f37a86ea7
parent 8756 b03a0b219139
child 8840 18b76c137c41
permissions -rw-r--r--
*** empty log message ***

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