src/ZF/Datatype.thy
author paulson
Mon, 28 Dec 1998 16:59:28 +0100
changeset 6053 8a1059aa01f0
parent 2870 6d6fd10a9fdc
child 6070 032babd0120b
permissions -rw-r--r--
new inductive, datatype and primrec packages, etc.

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

Dummy theory: brings in all ancestors needed for (Co)Datatype Declarations

	"Datatype" must be capital to avoid conflicts with ML's "datatype"
*)

Datatype = Inductive + Univ + QUniv +

setup setup_datatypes

end