| changeset 82967 | 73af47bc277c | 
| parent 82299 | a0693649e9c6 | 
--- a/src/HOL/Tools/Function/scnp_reconstruct.ML Thu Aug 07 20:33:28 2025 +0200 +++ b/src/HOL/Tools/Function/scnp_reconstruct.ML Thu Aug 07 21:40:03 2025 +0200 @@ -322,7 +322,7 @@ fun decomp_scnp_tac orders ctxt = let val extra_simps = Named_Theorems.get ctxt \<^named_theorems>\<open>termination_simp\<close> - val autom_tac = auto_tac (ctxt addsimps extra_simps) + val autom_tac = auto_tac (ctxt |> Simplifier.add_simps extra_simps) in gen_sizechange_tac orders autom_tac ctxt end