remove needless flag
authorblanchet
Mon, 27 Sep 2010 09:14:39 +0200
changeset 39718 6e8c231876f5
parent 39713 d3f46f1ca1f1
child 39719 b876d7525e72
remove needless flag
src/HOL/Tools/Sledgehammer/sledgehammer_filter.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_filter.ML	Mon Sep 27 08:47:23 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_filter.ML	Mon Sep 27 09:14:39 2010 +0200
@@ -740,8 +740,7 @@
           let
             val multi = length ths > 1
             fun backquotify th =
-              "`" ^ Print_Mode.setmp (Print_Mode.input ::
-                                      filter (curry (op =) Symbol.xsymbolsN)
+              "`" ^ Print_Mode.setmp (filter (curry (op =) Symbol.xsymbolsN)
                                              (print_mode_value ()))
                    (Syntax.string_of_term ctxt) (close_form (prop_of th)) ^ "`"
               |> String.translate (fn c => if Char.isPrint c then str c else "")