src/HOL/Tools/Qelim/cooper.ML
changeset 39159 0dec18004e75
parent 38864 4abe644fcea5
child 41472 f6ab14e61604
--- a/src/HOL/Tools/Qelim/cooper.ML	Mon Sep 06 19:11:01 2010 +0200
+++ b/src/HOL/Tools/Qelim/cooper.ML	Mon Sep 06 19:13:10 2010 +0200
@@ -423,7 +423,7 @@
 val emptyIS = @{cterm "{}::int set"};
 val insert_tm = @{cterm "insert :: int => _"};
 fun mkISet cts = fold_rev (Thm.capply insert_tm #> Thm.capply) cts emptyIS;
-val eqelem_imp_imp = (thm"eqelem_imp_iff") RS iffD1;
+val eqelem_imp_imp = @{thm eqelem_imp_iff} RS iffD1;
 val [A_tm,B_tm] = map (fn th => cprop_of th |> funpow 2 Thm.dest_arg |> Thm.dest_abs NONE |> snd |> Thm.dest_arg1 |> Thm.dest_arg
                                       |> Thm.dest_abs NONE |> snd |> Thm.dest_fun |> Thm.dest_arg)
                       [asetP,bsetP];