src/HOL/PreList.thy
author wenzelm
Fri, 03 Nov 2000 21:27:06 +0100
changeset 10379 93630e0c5ae9
parent 10261 bb2f1e859177
child 10519 ade64af4c57c
permissions -rw-r--r--
improved handling of "that": insert into goal, only declare as Pure "intro"; eliminated functor;

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

(*belongs to theory HOL*)
declare case_split [cases type: bool]

(*belongs to theory Wellfounded_Recursion*)
declare wf_induct [induct set: wf]

end