src/ZF/Datatype.thy
author haftmann
Fri, 17 Jun 2005 16:12:49 +0200
changeset 16417 9bc16273c2d4
parent 13328 703de709a64b
child 22814 4cd25f1706bb
permissions -rw-r--r--
migrated theory headers to new format

(*  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 imports Inductive Univ QUniv
  uses
    "Tools/datatype_package.ML"
    "Tools/numeral_syntax.ML" begin  (*belongs to theory Bin*)

end