src/ZF/Datatype.thy
author paulson
Wed, 13 Feb 2002 10:44:07 +0100
changeset 12883 3f86b73d592d
parent 12183 c10cea75dd56
child 13328 703de709a64b
permissions -rw-r--r--
new lemmas for closure under Union

(*  Title:      ZF/Datatype.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1997  University of Cambridge

(Co)Datatype Definitions for Zermelo-Fraenkel Set Theory.
*)

theory Datatype = Inductive + Univ + QUniv
  files
    "Tools/datatype_package.ML"
    "Tools/numeral_syntax.ML":  (*belongs to theory Bin*)

end