# HG changeset patch # User urbanc # Date 1181030179 -7200 # Node ID a37d3e6e8323af3e64545aa93fba3de95dba8489 # Parent e1526d5fa80dbe0359f396b9a8b357878a6205ad included Class.thy in the compiling process for Nominal/Examples diff -r e1526d5fa80d -r a37d3e6e8323 src/HOL/IsaMakefile --- 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 \ diff -r e1526d5fa80d -r a37d3e6e8323 src/HOL/Nominal/Examples/ROOT.ML --- 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";