src/ZF/Datatype.thy
author obua
Fri, 16 Sep 2005 21:02:15 +0200
changeset 17440 df77edc4f5d0
parent 16417 9bc16273c2d4
child 22814 4cd25f1706bb
permissions -rw-r--r--
fixed HOL-light/Isabelle syntax incompatability via more protect_xxx functions

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