removed quotes around "Inductive"
authorlcp
Mon, 19 Dec 1994 15:22:42 +0100
changeset 809 1daa0269eb5d
parent 808 c51c1f59e59e
child 810 91c68f74f458
removed quotes around "Inductive"
src/ZF/Datatype.thy
src/ZF/ex/Acc.thy
--- 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"