sym: Symbol.output_width;
authorwenzelm
Thu, 11 Feb 1999 21:15:46 +0100
changeset 6271 957d8aa4a06b
parent 6270 c905fe5994a2
child 6272 52d99d68d3be
sym: Symbol.output_width;
src/Pure/General/pretty.ML
--- a/src/Pure/General/pretty.ML	Thu Feb 11 21:15:27 1999 +0100
+++ b/src/Pure/General/pretty.ML	Thu Feb 11 21:15:46 1999 +0100
@@ -149,7 +149,7 @@
 
 fun str s = String (s, size s);
 fun strlen s len = String (s, len);
-fun sym s = String (s, Symbol.size s);
+val sym = String o apsnd Real.round o Symbol.output_width;
 
 fun spc n = str (repstring " " n);