Datatype declarations now require theory Datatype--NOT in quotes
authorpaulson
Wed, 02 Apr 1997 15:30:44 +0200
changeset 2874 b1e7e2179597
parent 2873 5f0599e15448
child 2875 6e3ccb94836c
Datatype declarations now require theory Datatype--NOT in quotes
src/ZF/Coind/Language.thy
src/ZF/Resid/Redex.thy
--- a/src/ZF/Coind/Language.thy	Wed Apr 02 15:29:48 1997 +0200
+++ b/src/ZF/Coind/Language.thy	Wed Apr 02 15:30:44 1997 +0200
@@ -4,7 +4,7 @@
     Copyright   1995  University of Cambridge
 *)
 
-Language ="Datatype" + QUniv +
+Language = Datatype + QUniv +
 
 consts
   Const :: i                    (* Abstract type of constants *)
--- a/src/ZF/Resid/Redex.thy	Wed Apr 02 15:29:48 1997 +0200
+++ b/src/ZF/Resid/Redex.thy	Wed Apr 02 15:30:44 1997 +0200
@@ -5,7 +5,7 @@
     Logic Image: ZF
 *)
 
-Redex = Univ +
+Redex = Datatype +
 consts
   redexes     :: i