# HG changeset patch # User Cezary Kaliszyk # Date 1288242750 -32400 # Node ID 26d594a9b89f38f2099f6da5752a9612afcfcd77 # Parent 551c5a8b6b2c821bef6182593f64b73628bb671f FSet changes for Qpaper diff -r 551c5a8b6b2c -r 26d594a9b89f Quotient-Paper/Paper.thy --- a/Quotient-Paper/Paper.thy Thu Oct 28 14:03:46 2010 +0900 +++ b/Quotient-Paper/Paper.thy Thu Oct 28 14:12:30 2010 +0900 @@ -2,7 +2,7 @@ theory Paper imports "Quotient" "Quotient_Syntax" "LaTeXsugar" - "../Nominal/FSet" + "$ISABELLE_HOME/src/HOL/Quotient_Examples/FSet" begin (**** diff -r 551c5a8b6b2c -r 26d594a9b89f Quotient-Paper/ROOT.ML --- a/Quotient-Paper/ROOT.ML Thu Oct 28 14:03:46 2010 +0900 +++ b/Quotient-Paper/ROOT.ML Thu Oct 28 14:12:30 2010 +0900 @@ -1,6 +1,5 @@ quick_and_dirty := true; no_document use_thys ["Quotient", "LaTeXsugar", - "../Nominal/FSet" ]; - -use_thys ["Paper"]; \ No newline at end of file + "$ISABELLE_HOME/src/HOL/Quotient_Examples/FSet" ]; +use_thys ["Paper"];