src/ZF/Datatype.thy
author paulson
Fri, 20 Jun 2003 12:10:45 +0200
changeset 14060 c0c4af41fa3b
parent 13328 703de709a64b
child 16417 9bc16273c2d4
permissions -rw-r--r--
Adding the theory UNITY/AllocImpl.thy, with supporting lemmas

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

*)

header{*Datatype and CoDatatype Definitions*}

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

end