src/HOL/ex/ROOT.ML
changeset 25975 bcb1e9b7644b
parent 25963 07e08dad8a77
child 26104 200b4e401e65
--- a/src/HOL/ex/ROOT.ML	Fri Jan 25 23:05:25 2008 +0100
+++ b/src/HOL/ex/ROOT.ML	Fri Jan 25 23:05:27 2008 +0100
@@ -17,10 +17,8 @@
   "Random"
 ];
 
-no_document use_thys [
-  "Codegenerator",
-  "Codegenerator_Pretty"
-];
+no_document use_thy "Codegenerator";
+no_document use_thy "Codegenerator_Pretty";
 
 use_thys [
   "Higher_Order_Logic",
@@ -89,5 +87,5 @@
 time_use_thy "Quickcheck_Examples";
 no_document time_use_thy "NormalForm";
 
-HTML.with_charset "utf-8" (no_document time_use_thy) "Hebrew";
-HTML.with_charset "utf-8" (no_document time_use_thy) "Chinese";
+HTML.with_charset "utf-8" (no_document use_thys) ["Hebrew", "Chinese"];
+