adapted paper to changes
authorChristian Urban <urbanc@in.tum.de>
Fri, 03 Sep 2010 22:35:35 +0800
changeset 2465 07ffa4e41659
parent 2464 f4eba60cbd69
child 2466 47c840599a6b
adapted paper to changes
Paper/Paper.thy
Paper/ROOT.ML
--- a/Paper/Paper.thy	Fri Sep 03 22:22:43 2010 +0800
+++ b/Paper/Paper.thy	Fri Sep 03 22:35:35 2010 +0800
@@ -1,6 +1,6 @@
 (*<*)
 theory Paper
-imports "../Nominal/NewParser" "LaTeXsugar"
+imports "../Nominal/Nominal2" "LaTeXsugar"
 begin
 
 consts
--- a/Paper/ROOT.ML	Fri Sep 03 22:22:43 2010 +0800
+++ b/Paper/ROOT.ML	Fri Sep 03 22:35:35 2010 +0800
@@ -1,3 +1,3 @@
 quick_and_dirty := true;
-no_document use_thys ["LaTeXsugar", "../Nominal/NewParser"];
+no_document use_thys ["LaTeXsugar", "../Nominal/Nominal2"];
 use_thys ["Paper"];
\ No newline at end of file