tuned comments;
authorwenzelm
Sun, 07 May 2023 14:25:41 +0200
changeset 77984 c1b8fdd6588a
parent 77983 a35b9a01b5a9
child 77985 e30a56be9c7b
tuned comments;
src/Pure/General/name_space.ML
--- a/src/Pure/General/name_space.ML	Sun May 07 14:24:22 2023 +0200
+++ b/src/Pure/General/name_space.ML	Sun May 07 14:25:41 2023 +0200
@@ -1,11 +1,10 @@
 (*  Title:      Pure/General/name_space.ML
-    Author:     Markus Wenzel, TU Muenchen
+    Author:     Makarius
 
-Generic name spaces with declared and hidden entries; no support for
-absolute addressing.
+Generic name spaces with authentic declarations, hidden names and aliases.
 *)
 
-type xstring = string;    (*external names*)
+type xstring = string;    (*external names with partial qualification*)
 
 signature NAME_SPACE =
 sig