| changeset 42793 | 88bee9f6eec7 |
| parent 42774 | 6c999448c2bb |
| child 42795 | 66fcc9882784 |
--- a/src/HOL/Tools/Function/scnp_reconstruct.ML Fri May 13 16:03:03 2011 +0200 +++ b/src/HOL/Tools/Function/scnp_reconstruct.ML Fri May 13 22:55:00 2011 +0200 @@ -338,7 +338,7 @@ fun decomp_scnp_tac orders ctxt = let val extra_simps = Function_Common.Termination_Simps.get ctxt - val autom_tac = auto_tac (claset_of ctxt, simpset_of ctxt addsimps extra_simps) + val autom_tac = auto_tac (map_simpset_local (fn ss => ss addsimps extra_simps) ctxt) in gen_sizechange_tac orders autom_tac ctxt end