--- a/src/Pure/Syntax/ROOT.ML Tue Oct 20 16:20:19 1998 +0200
+++ b/src/Pure/Syntax/ROOT.ML Tue Oct 20 16:24:45 1998 +0200
@@ -23,6 +23,13 @@
use "printer.ML";
use "syntax.ML";
-(*hiding: only the most basic features are opened*)
-structure BasicSyntax: BASIC_SYNTAX = Syntax;
-open BasicSyntax;
+(*hiding private stuff*)
+structure Lexicon = Hidden;
+structure TokenTrans = Hidden;
+structure Ast = Hidden;
+structure SynExt = Hidden;
+structure Parser = Hidden;
+structure TypeExt = Hidden;
+structure SynTrans = Hidden;
+structure Mixfix = Hidden;
+structure Printer = Hidden;