src/ZF/Datatype.thy
author paulson
Wed, 02 Apr 1997 15:25:35 +0200
changeset 2870 6d6fd10a9fdc
parent 809 1daa0269eb5d
child 6053 8a1059aa01f0
permissions -rw-r--r--
Now a non-trivial theory so that require_thy can find it

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