src/Pure/Syntax/ROOT.ML
changeset 5683 e62518aacc5b
parent 5230 fdc28193ccf7
child 6116 8ba2f25610f7
--- 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;