included Class.thy in the compiling process for Nominal/Examples
authorurbanc
Tue, 05 Jun 2007 09:56:19 +0200
changeset 23243 a37d3e6e8323
parent 23242 e1526d5fa80d
child 23244 1630951f0512
included Class.thy in the compiling process for Nominal/Examples
src/HOL/IsaMakefile
src/HOL/Nominal/Examples/ROOT.ML
--- a/src/HOL/IsaMakefile	Tue Jun 05 07:58:50 2007 +0200
+++ b/src/HOL/IsaMakefile	Tue Jun 05 09:56:19 2007 +0200
@@ -767,7 +767,7 @@
   Nominal/Examples/ROOT.ML \
   Nominal/Examples/CR.thy \
   Nominal/Examples/CR_Takahashi.thy \
-##  Nominal/Examples/Class.thy \
+  Nominal/Examples/Class.thy \
   Nominal/Examples/Compile.thy \
   Nominal/Examples/Fsub.thy \
   Nominal/Examples/Lambda_mu.thy \
--- a/src/HOL/Nominal/Examples/ROOT.ML	Tue Jun 05 07:58:50 2007 +0200
+++ b/src/HOL/Nominal/Examples/ROOT.ML	Tue Jun 05 09:56:19 2007 +0200
@@ -5,7 +5,7 @@
 Various examples involving nominal datatypes.
 *)
 
-(*use_thy "Class";*)  
+use_thy "Class"; 
 use_thy "CR";
 use_thy "CR_Takahashi";
 use_thy "Compile";