# HG changeset patch # User paulson # Date 973243404 -3600 # Node ID f7e8abd8ea15ab86610ad6cb72a5140f9572abef # Parent 12490253d0251d72aa711b56b845928ce46f99a6 replaced Acc.thy by Advanced.thy diff -r 12490253d025 -r f7e8abd8ea15 doc-src/TutorialI/Inductive/ROOT.ML --- a/doc-src/TutorialI/Inductive/ROOT.ML Thu Nov 02 15:45:32 2000 +0100 +++ b/doc-src/TutorialI/Inductive/ROOT.ML Fri Nov 03 10:23:24 2000 +0100 @@ -2,5 +2,5 @@ use_thy "Even"; use_thy "Star"; use_thy "AB"; -use_thy "Acc"; +use_thy "Advanced"; diff -r 12490253d025 -r f7e8abd8ea15 doc-src/TutorialI/IsaMakefile --- a/doc-src/TutorialI/IsaMakefile Thu Nov 02 15:45:32 2000 +0100 +++ b/doc-src/TutorialI/IsaMakefile Fri Nov 03 10:23:24 2000 +0100 @@ -134,7 +134,7 @@ HOL-Inductive: HOL $(LOG)/HOL-Inductive.gz $(LOG)/HOL-Inductive.gz: $(OUT)/HOL Inductive/ROOT.ML \ - Inductive/Even.thy Inductive/Star.thy Inductive/AB.thy Inductive/Acc.thy + Inductive/Even.thy Inductive/Star.thy Inductive/AB.thy Inductive/Advanced.thy @$(ISATOOL) usedir -i true -d dvi -D document $(OUT)/HOL Inductive @rm -f tutorial.dvi