src/ZF/Datatype.thy
author wenzelm
Fri, 13 Mar 1998 18:15:14 +0100
changeset 4744 4469d498cd48
parent 2870 6d6fd10a9fdc
child 6053 8a1059aa01f0
permissions -rw-r--r--
moved addsplits [expand_if] from HOL_basic_ss to HOL_ss;

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