src/ZF/Datatype.thy
author paulson
Wed, 05 Nov 1997 13:32:07 +0100
changeset 4159 4aff9b7e5597
parent 2870 6d6fd10a9fdc
child 6053 8a1059aa01f0
permissions -rw-r--r--
UNIV now a constant; UNION1, INTER1 now translations and no longer have separate rules for themselves

(*  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 = "constructor" + Inductive + Univ + QUniv +

end