src/Pure/Syntax/ROOT.ML
changeset 2361 74c99949ad84
parent 2198 0dddd9575717
child 2691 d696d7e17046
--- a/src/Pure/Syntax/ROOT.ML	Tue Dec 10 12:50:35 1996 +0100
+++ b/src/Pure/Syntax/ROOT.ML	Tue Dec 10 12:51:06 1996 +0100
@@ -5,9 +5,10 @@
 This file builds the syntax module.
 *)
 
-use "symbol_font.ML";
 use "pretty.ML";
 use "lexicon.ML";
+structure Scanner: SCANNER = Lexicon;
+use "symbol_font.ML";
 use "ast.ML";
 use "syn_ext.ML";
 use "parser.ML";
@@ -17,8 +18,6 @@
 use "printer.ML";
 use "syntax.ML";
 
-(*Hiding: only the most basic features are opened*)
+(*hiding: only the most basic features are opened*)
 structure BasicSyntax: BASIC_SYNTAX = Syntax;
 open BasicSyntax;
-
-structure Scanner: SCANNER = Lexicon;