--- a/Paper/Paper.thy Wed May 26 12:11:58 2010 +0200
+++ b/Paper/Paper.thy Wed May 26 15:26:00 2010 +0200
@@ -1,6 +1,6 @@
(*<*)
theory Paper
-imports "../Nominal/Test" "LaTeXsugar"
+imports "../Nominal/Test" "../Nominal/FSet" "LaTeXsugar"
begin
consts
--- a/Paper/ROOT.ML Wed May 26 12:11:58 2010 +0200
+++ b/Paper/ROOT.ML Wed May 26 15:26:00 2010 +0200
@@ -1,3 +1,3 @@
quick_and_dirty := true;
-no_document use_thys ["LaTeXsugar"];
+no_document use_thys ["LaTeXsugar", "../Nominal/FSet"];
use_thys ["Paper"];
\ No newline at end of file