src/HOL/Decision_Procs/ferrack_tac.ML
changeset 45654 cf10bde35973
parent 44121 44adaa6db327
child 47108 2a1953f0d20d
--- a/src/HOL/Decision_Procs/ferrack_tac.ML	Sun Nov 27 23:06:59 2011 +0100
+++ b/src/HOL/Decision_Procs/ferrack_tac.ML	Sun Nov 27 23:10:19 2011 +0100
@@ -23,7 +23,7 @@
 val binarith =
   @{thms normalize_bin_simps} @ @{thms pred_bin_simps} @ @{thms succ_bin_simps} @
   @{thms add_bin_simps} @ @{thms minus_bin_simps} @  @{thms mult_bin_simps};
-val comp_arith = binarith @ simp_thms
+val comp_arith = binarith @ @{thms simp_thms};
 
 val zdvd_int = @{thm zdvd_int};
 val zdiff_int_split = @{thm zdiff_int_split};