src/HOL/PreList.thy
author oheimb
Mon, 12 Apr 2004 12:18:48 +0200
changeset 14535 7cb26928e70d
parent 14430 5cb24165a2e1
child 14577 dbb95b825244
permissions -rw-r--r--
added Streams.thy (with stream concatenation etc.)

(*  Title:      HOL/PreList.thy
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel
    Copyright   2000 TU Muenchen
*)

header{*A Basis for Building the Theory of Lists*}

(*Is defined separately to serve as a basis for theory ToyList in the
documentation.*)

theory PreList =
    Wellfounded_Relations + Presburger + Recdef + Relation_Power + Parity:

(*belongs to theory Wellfounded_Recursion*)
lemmas wf_induct_rule = wf_induct [rule_format, case_names less, induct set: wf]

end