src/ZF/Datatype.thy
author wenzelm
Tue, 11 Dec 2001 16:00:26 +0100
changeset 12466 5f4182667032
parent 12183 c10cea75dd56
child 13328 703de709a64b
permissions -rw-r--r--
added HOL-Library;

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