src/Pure/Syntax/README
changeset 6116 8ba2f25610f7
parent 4940 dd4bbbcd1d22
child 6127 ece970eb5850
--- a/src/Pure/Syntax/README	Wed Jan 13 12:16:34 1999 +0100
+++ b/src/Pure/Syntax/README	Wed Jan 13 12:44:33 1999 +0100
@@ -4,12 +4,7 @@
 
 This directory contains the source files for Isabelle's syntax module,
 which includes a lexer, parser, pretty printer and macro system. Note
-that only the following structures are supposed to be exported:
-
-  Pretty        (generic pretty printing module)
-  Scan          (generic scanner toolbox)
-  Source	(co-algebraic data sources)
-  Symbol	(generalized characters)
+that only the following structures are exported:
 
   Syntax        (internal interface to the syntax module)
   BasicSyntax   (part of Syntax made pervasive)