src/HOL/PreList.thy
author wenzelm
Wed, 14 Jun 2000 17:59:53 +0200
changeset 9066 b1e874e38dab
parent 8862 78643f8449c6
child 9619 6125cc9efc18
permissions -rw-r--r--
theorems [cases type: bool] = case_split;

(*  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 + NatSimprocs + Recdef + Record + RelPow + Calculation + 
  SVC_Oracle:

theorems [cases type: bool] = case_split

end