moved default token translations to proof_context.ML, if all fails the pretty printer falls back on plain output;
authorwenzelm
Thu, 17 Apr 2008 16:30:53 +0200
changeset 26708 fc2e7d2f763d
parent 26707 ddf6bab64b96
child 26709 f963ea18a579
moved default token translations to proof_context.ML, if all fails the pretty printer falls back on plain output;
src/Pure/Syntax/type_ext.ML
--- a/src/Pure/Syntax/type_ext.ML	Thu Apr 17 16:30:52 2008 +0200
+++ b/src/Pure/Syntax/type_ext.ML	Thu Apr 17 16:30:53 2008 +0200
@@ -255,7 +255,7 @@
    [],
    [],
    map SynExt.mk_trfun [("fun", K fun_ast_tr')])
-  (map (fn s => ("", s, Output.output_width)) SynExt.standard_token_classes)
+  []
   ([], []);
 
 end;