src/HOL/Tools/simpdata.ML
changeset 38715 6513ea67d95d
parent 38558 32ad17fe2b9c
child 38786 e46e7a9cb622
--- a/src/HOL/Tools/simpdata.ML	Wed Aug 25 18:19:04 2010 +0200
+++ b/src/HOL/Tools/simpdata.ML	Wed Aug 25 18:36:22 2010 +0200
@@ -182,11 +182,11 @@
   in fn ss => ALLGOALS (full_simp_tac (Simplifier.inherit_context ss ss0)) end;
 
 val defALL_regroup =
-  Simplifier.simproc @{theory}
+  Simplifier.simproc_global @{theory}
     "defined ALL" ["ALL x. P x"] Quantifier1.rearrange_all;
 
 val defEX_regroup =
-  Simplifier.simproc @{theory}
+  Simplifier.simproc_global @{theory}
     "defined EX" ["EX x. P x"] Quantifier1.rearrange_ex;