src/HOL/Tools/Function/scnp_reconstruct.ML
changeset 42774 6c999448c2bb
parent 42361 23f352990944
child 42793 88bee9f6eec7
--- a/src/HOL/Tools/Function/scnp_reconstruct.ML	Thu May 12 22:37:31 2011 +0200
+++ b/src/HOL/Tools/Function/scnp_reconstruct.ML	Thu May 12 22:46:21 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 (clasimpset_of ctxt addsimps2 extra_simps)
+    val autom_tac = auto_tac (claset_of ctxt, simpset_of ctxt addsimps extra_simps)
   in
      gen_sizechange_tac orders autom_tac ctxt
   end