src/ZF/Datatype.thy
author berghofe
Mon, 21 Jan 2002 14:43:38 +0100
changeset 12822 073116d65bb9
parent 12183 c10cea75dd56
child 13328 703de709a64b
permissions -rw-r--r--
datatype_codegen now checks type of constructor.

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