functional theory setup -- requires linear access;
authorwenzelm
Sat, 29 Mar 2008 22:56:01 +0100
changeset 26499 b4db4e165758
parent 26498 3f0231b880a7
child 26500 b4f0f36a28da
functional theory setup -- requires linear access;
src/ZF/simpdata.ML
--- a/src/ZF/simpdata.ML	Sat Mar 29 22:56:00 2008 +0100
+++ b/src/ZF/simpdata.ML	Sat Mar 29 22:56:01 2008 +0100
@@ -61,10 +61,10 @@
 
 in
 
-val defBEX_regroup = Simplifier.simproc @{theory}
+val defBEX_regroup = Simplifier.simproc (Theory.deref @{theory_ref})
   "defined BEX" ["EX x:A. P(x) & Q(x)"] rearrange_bex;
 
-val defBALL_regroup = Simplifier.simproc @{theory}
+val defBALL_regroup = Simplifier.simproc (Theory.deref @{theory_ref})
   "defined BALL" ["ALL x:A. P(x) --> Q(x)"] rearrange_ball;
 
 end;