src/HOL/Tools/Quotient/quotient_tacs.ML
changeset 38719 7f69af169e87
parent 38718 c7cbbb18eabe
parent 38715 6513ea67d95d
child 38859 053c69cb4a0e
--- a/src/HOL/Tools/Quotient/quotient_tacs.ML	Wed Aug 25 20:04:49 2010 +0800
+++ b/src/HOL/Tools/Quotient/quotient_tacs.ML	Wed Aug 25 18:46:22 2010 +0200
@@ -163,7 +163,7 @@
   val thy = ProofContext.theory_of ctxt
   val ball_pat = @{term "Ball (Respects (R1 ===> R2)) P"}
   val bex_pat  = @{term "Bex (Respects (R1 ===> R2)) P"}
-  val simproc = Simplifier.simproc_i thy "" [ball_pat, bex_pat] (K (ball_bex_range_simproc))
+  val simproc = Simplifier.simproc_global_i thy "" [ball_pat, bex_pat] (K (ball_bex_range_simproc))
   val simpset = (mk_minimal_ss ctxt)
                        addsimps @{thms ball_reg_eqv bex_reg_eqv babs_reg_eqv babs_simp}
                        addsimprocs [simproc]