src/HOL/PreList.thy
author wenzelm
Wed, 18 Oct 2000 23:26:42 +0200
changeset 10246 d8c968e6329a
parent 10212 33fe2d701ddd
child 10261 bb2f1e859177
permissions -rw-r--r--
restart: do not reset theory loader path;

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

theorems [cases type: bool] = case_split

end