src/HOL/Tools/int_arith.ML
changeset 36945 9bec62c10714
parent 35267 8dfd816713c6
child 38715 6513ea67d95d
--- a/src/HOL/Tools/int_arith.ML	Sat May 15 21:41:32 2010 +0200
+++ b/src/HOL/Tools/int_arith.ML	Sat May 15 21:50:05 2010 +0200
@@ -21,7 +21,7 @@
    That is, m and n consist only of 1s combined with "+", "-" and "*".
 *)
 
-val zeroth = (symmetric o mk_meta_eq) @{thm of_int_0};
+val zeroth = (Thm.symmetric o mk_meta_eq) @{thm of_int_0};
 
 val lhss0 = [@{cpat "0::?'a::ring"}];
 
@@ -35,7 +35,7 @@
   make_simproc {lhss = lhss0, name = "zero_to_of_int_zero_simproc",
   proc = proc0, identifier = []};
 
-val oneth = (symmetric o mk_meta_eq) @{thm of_int_1};
+val oneth = (Thm.symmetric o mk_meta_eq) @{thm of_int_1};
 
 val lhss1 = [@{cpat "1::?'a::ring_1"}];