try0: avoid mapping background theory -- should be handled by Context_Position visibility;
authorFabian Huch <huch@in.tum.de>
Fri, 08 Nov 2024 18:13:55 +0100
changeset 81373 8abdd60acd60
parent 81372 895a4626fba3
child 81409 07c802837a8c
try0: avoid mapping background theory -- should be handled by Context_Position visibility;
src/HOL/Tools/try0.ML
--- a/src/HOL/Tools/try0.ML	Thu Oct 31 11:35:24 2024 +0100
+++ b/src/HOL/Tools/try0.ML	Fri Nov 08 18:13:55 2024 +0100
@@ -142,11 +142,7 @@
       |> Simplifier_Trace.disable
       |> Context_Position.set_visible false
       |> Config.put Unify.unify_trace false
-      |> Config.put Argo_Tactic.trace "none"
-      |> Proof_Context.background_theory (fn thy =>
-          thy
-          |> Context_Position.set_visible_global false
-          |> Config.put_global Unify.unify_trace false))
+      |> Config.put Argo_Tactic.trace "none")
 
 fun generic_try0 mode timeout_opt tagged st =
   let