ProgTutorial/Solutions.thy
changeset 441 520127b708e6
parent 440 a0b280dd4bc7
child 446 4c32349b9875
--- a/ProgTutorial/Solutions.thy	Tue Jul 20 13:34:44 2010 +0100
+++ b/ProgTutorial/Solutions.thy	Wed Jul 28 19:09:49 2010 +0200
@@ -1,12 +1,12 @@
 theory Solutions
-imports FirstSteps "Recipes/Timing"
+imports First_Steps "Recipes/Timing"
 begin
 
 (*<*)
 setup{*
 open_file_with_prelude 
   "Solutions_Code.thy"
-  ["theory Solutions", "imports FirstSteps", "begin"]
+  ["theory Solutions", "imports First_Steps", "begin"]
 *}
 (*>*)