--- a/Paper/Paper.thy Wed May 26 15:26:22 2010 +0200
+++ b/Paper/Paper.thy Wed May 26 15:35:34 2010 +0200
@@ -1,6 +1,6 @@
(*<*)
theory Paper
-imports "../Nominal/Test" "../Nominal/FSet" "LaTeXsugar"
+imports "../Nominal/Test" "LaTeXsugar"
begin
consts
--- a/Paper/ROOT.ML Wed May 26 15:26:22 2010 +0200
+++ b/Paper/ROOT.ML Wed May 26 15:35:34 2010 +0200
@@ -1,3 +1,3 @@
quick_and_dirty := true;
-no_document use_thys ["LaTeXsugar", "../Nominal/FSet"];
+no_document use_thys ["LaTeXsugar"];
use_thys ["Paper"];
\ No newline at end of file
--- a/Quotient-Paper/Paper.thy Wed May 26 15:26:22 2010 +0200
+++ b/Quotient-Paper/Paper.thy Wed May 26 15:35:34 2010 +0200
@@ -2,6 +2,7 @@
theory Paper
imports "Quotient"
"LaTeXsugar"
+ "../Nominal/FSet"
begin
notation (latex output)
--- a/Quotient-Paper/ROOT.ML Wed May 26 15:26:22 2010 +0200
+++ b/Quotient-Paper/ROOT.ML Wed May 26 15:35:34 2010 +0200
@@ -1,4 +1,5 @@
no_document use_thys ["Quotient",
- "LaTeXsugar"];
+ "LaTeXsugar",
+ "../Nominal/FSet" ];
use_thys ["Paper"];
\ No newline at end of file