updated to new Isabelle
authorChristian Urban <urbanc@in.tum.de>
Fri, 18 Mar 2011 02:53:14 +0100
changeset 459 4532577b61e0
parent 458 242e81f4d461
child 460 5c33c4b52ad7
updated to new Isabelle
ProgTutorial/Base.thy
ProgTutorial/ROOT.ML
ProgTutorial/Recipes/CallML.thy
progtutorial.pdf
--- a/ProgTutorial/Base.thy	Wed Feb 23 23:55:37 2011 +0000
+++ b/ProgTutorial/Base.thy	Fri Mar 18 02:53:14 2011 +0100
@@ -1,5 +1,6 @@
 theory Base
-imports Main LaTeXsugar
+imports Main 
+        "~~/src/HOL/Library/LaTeXsugar"
 uses
   ("output_tutorial.ML")
   ("antiquote_setup.ML")
--- a/ProgTutorial/ROOT.ML	Wed Feb 23 23:55:37 2011 +0000
+++ b/ProgTutorial/ROOT.ML	Fri Mar 18 02:53:14 2011 +0100
@@ -3,7 +3,7 @@
 no_document use_thy "Base";
 no_document use_thy "Package/Simple_Inductive_Package";
 no_document use_thy "~~/src/HOL/Number_Theory/Primes"; 
-no_document use_thy "Efficient_Nat";
+no_document use_thy "~~/src/HOL/Library/Efficient_Nat";
 
 use_thy "Intro";
 use_thy "First_Steps";
--- a/ProgTutorial/Recipes/CallML.thy	Wed Feb 23 23:55:37 2011 +0000
+++ b/ProgTutorial/Recipes/CallML.thy	Fri Mar 18 02:53:14 2011 +0100
@@ -1,6 +1,7 @@
 (*<*)
 theory CallML
-imports "~~/src/HOL/Number_Theory/Primes" Efficient_Nat
+imports "~~/src/HOL/Number_Theory/Primes" 
+        "~~/src/HOL/Library/Efficient_Nat"
 begin
 (*>*)
 
Binary file progtutorial.pdf has changed