removed too aggressive underscorization
authorblanchet
Thu, 15 Oct 2015 12:39:51 +0200
changeset 61432 1502f2410d8b
parent 61431 f6e314c1e9c4
child 61433 a4c0de1df3d8
removed too aggressive underscorization
src/HOL/Tools/Sledgehammer/sledgehammer_util.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_util.ML	Tue Oct 13 19:25:22 2015 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_util.ML	Thu Oct 15 12:39:51 2015 +0200
@@ -140,8 +140,8 @@
   Print_Mode.setmp (filter (curry (op =) Symbol.xsymbolsN) (print_mode_value ())) f x
 
 fun hackish_string_of_term ctxt =
-  map_aterms (fn Free (s, T) => Free (if Name.is_internal s then "_" else s, T) | t => t)
-  #> with_vanilla_print_mode (Syntax.string_of_term ctxt)
+  (* FIXME: map_aterms (fn Free (s, T) => Free (if Name.is_internal s then "_" else s, T) | t => t)
+  #> *) with_vanilla_print_mode (Syntax.string_of_term ctxt)
   #> YXML.content_of
   #> simplify_spaces