Added Formal_Power_Series_Examples to HOL-ex image
authorchaieb
Fri, 30 Jan 2009 13:24:23 +0000
changeset 29697 e8785144719d
parent 29696 477c7fcc0777
child 29698 91feea8e41e4
Added Formal_Power_Series_Examples to HOL-ex image
src/HOL/IsaMakefile
src/HOL/ex/ROOT.ML
--- a/src/HOL/IsaMakefile	Fri Jan 30 13:24:23 2009 +0000
+++ b/src/HOL/IsaMakefile	Fri Jan 30 13:24:23 2009 +0000
@@ -800,7 +800,7 @@
   ex/Coherent.thy ex/Dense_Linear_Order_Ex.thy ex/Eval_Examples.thy	\
   ex/Groebner_Examples.thy ex/Random.thy ex/Quickcheck.thy		\
   ex/Codegenerator.thy ex/Codegenerator_Pretty.thy			\
-  ex/CodegenSML_Test.thy 						\
+  ex/CodegenSML_Test.thy ex/Formal_power_Series_Examples.thy						\
   ex/Commutative_RingEx.thy ex/Efficient_Nat_examples.thy		\
   ex/Hex_Bin_Examples.thy ex/Commutative_Ring_Complete.thy		\
   ex/ExecutableContent.thy ex/Fundefs.thy ex/Guess.thy ex/Hebrew.thy	\
--- a/src/HOL/ex/ROOT.ML	Fri Jan 30 13:24:23 2009 +0000
+++ b/src/HOL/ex/ROOT.ML	Fri Jan 30 13:24:23 2009 +0000
@@ -73,7 +73,8 @@
   "MIR",
   "ReflectedFerrack",
   "Refute_Examples",
-  "Quickcheck_Examples"
+  "Quickcheck_Examples",
+  "Formal_Power_Series_Examples"
 ];
 
 setmp Proofterm.proofs 2 use_thy "Hilbert_Classical";