Up to index of Isabelle/HOL
theory PreList(* Title: HOL/PreList.thy ID: $Id: PreList.thy,v 1.33 2005/09/20 12:03:37 wenzelm Exp $ 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 {* Is defined separately to serve as a basis for theory ToyList in the documentation. *} end