--- a/src/ZF/Datatype.thy Mon Dec 19 15:17:29 1994 +0100
+++ b/src/ZF/Datatype.thy Mon Dec 19 15:22:42 1994 +0100
@@ -1,5 +1,5 @@
(*Dummy theory to document dependencies *)
-Datatype = "constructor" + "Inductive" + Univ + QUniv
+Datatype = "constructor" + Inductive + Univ + QUniv
-(*Datatype must be capital to avoid conflicts with ML's "datatype" *)
\ No newline at end of file
+(*Datatype must be capital to avoid conflicts with ML's "datatype" *)
--- a/src/ZF/ex/Acc.thy Mon Dec 19 15:17:29 1994 +0100
+++ b/src/ZF/ex/Acc.thy Mon Dec 19 15:22:42 1994 +0100
@@ -9,7 +9,7 @@
Research Report 92-49, LIP, ENS Lyon. Dec 1992.
*)
-Acc = WF + "Inductive" +
+Acc = WF + Inductive +
consts
acc :: "i=>i"