src/Tools/WWW_Find/unicode_symbols.ML
changeset 33823 24090eae50b6
parent 33817 f6a4da31f2f1
child 36692 54b64d4ad524
--- a/src/Tools/WWW_Find/unicode_symbols.ML	Fri Nov 20 15:48:36 2009 +0100
+++ b/src/Tools/WWW_Find/unicode_symbols.ML	Fri Nov 20 16:08:14 2009 +0100
@@ -1,7 +1,7 @@
-(*  Title:      Pure/Thy/unicode_symbols.ML
+(*  Title:      Tools/WWW_Find/unicode_symbols.ML
     Author:     Timothy Bourke, NICTA
 
-Parse the etc/symbols file.
+Parse the ISABELLE_HOME/etc/symbols file.
 *)
 
 signature UNICODE_SYMBOLS =
@@ -14,7 +14,7 @@
 val utf8              : int list -> string
 end;
 
-structure UnicodeSymbols (*: UNICODE_SYMBOLS*) =
+structure UnicodeSymbols : UNICODE_SYMBOLS =
 struct
 
 local (* Lexer *)