--- 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";