src/HOL/PreList.thy
author wenzelm
Tue, 09 May 2000 14:16:32 +0200
changeset 8843 5370a030dd47
parent 8840 18b76c137c41
child 8862 78643f8449c6
permissions -rw-r--r--
improved X-Symbol stuff;

(*  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 + Calculation + SVC_Oracle
files "Integ/NatSimprocs.ML":

end