added FSet to the correct paper
authorChristian Urban <urbanc@in.tum.de>
Wed, 26 May 2010 15:35:34 +0200
changeset 2186 762a739c9eb4
parent 2185 1cf20169660c
child 2187 f9cc69b432ff
added FSet to the correct paper
Paper/Paper.thy
Paper/ROOT.ML
Quotient-Paper/Paper.thy
Quotient-Paper/ROOT.ML
--- 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