src/HOL/PreList.thy
author krauss
Thu, 21 Sep 2006 12:22:05 +0200
changeset 20654 d80502f0d701
parent 20591 7cbb224598b2
child 21256 47195501ecf7
permissions -rw-r--r--
1. Function package accepts a parameter (default "some_term"), which specifies the functions behaviour outside its domain. 2. Bugfix: An exception occured when a function in a mutual definition was declared but no equation was given.

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

theory PreList
imports Wellfounded_Relations Presburger Relation_Power Binomial
begin

text {*
  This is defined separately to serve as a basis for
  theory ToyList in the documentation.
*}

end