# HG changeset patch # User Christian Urban # Date 1283524535 -28800 # Node ID 07ffa4e416595582e208113b4b0dcc4db3aeddcd # Parent f4eba60cbd690dd74d4a3a61aa8d1732baf3f38d adapted paper to changes diff -r f4eba60cbd69 -r 07ffa4e41659 Paper/Paper.thy --- 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 diff -r f4eba60cbd69 -r 07ffa4e41659 Paper/ROOT.ML --- 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