moved datatype realizer to 'old_datatype' and colleagues
authorblanchet
Thu, 18 Sep 2014 16:47:40 +0200
changeset 58376 c9d3074f83b3
parent 58375 7b92932ffea5
child 58377 c6f93b8d2d8e
moved datatype realizer to 'old_datatype' and colleagues
src/HOL/BNF_Least_Fixpoint.thy
src/HOL/Library/Old_Datatype.thy
--- a/src/HOL/BNF_Least_Fixpoint.thy	Thu Sep 18 16:47:40 2014 +0200
+++ b/src/HOL/BNF_Least_Fixpoint.thy	Thu Sep 18 16:47:40 2014 +0200
@@ -232,7 +232,6 @@
 ML_file "Tools/BNF/bnf_lfp_rec_sugar_more.ML"
 ML_file "Tools/BNF/bnf_lfp_size.ML"
 ML_file "Tools/Function/old_size.ML"
-ML_file "Tools/datatype_realizer.ML"
 
 hide_fact (open) id_transfer
 
--- a/src/HOL/Library/Old_Datatype.thy	Thu Sep 18 16:47:40 2014 +0200
+++ b/src/HOL/Library/Old_Datatype.thy	Thu Sep 18 16:47:40 2014 +0200
@@ -523,5 +523,6 @@
 
 ML_file "~~/src/HOL/Tools/Old_Datatype/old_datatype.ML"
 ML_file "~~/src/HOL/Tools/inductive_realizer.ML"
+ML_file "~~/src/HOL/Tools/datatype_realizer.ML"
 
 end