src/HOL/Tools/Qelim/qelim.ML
changeset 23593 fd12f7d56bd7
parent 23524 123a45589e0a
child 23855 b1a754e544b6
--- a/src/HOL/Tools/Qelim/qelim.ML	Thu Jul 05 20:01:29 2007 +0200
+++ b/src/HOL/Tools/Qelim/qelim.ML	Thu Jul 05 20:01:30 2007 +0200
@@ -42,7 +42,7 @@
                    |> Drule.arg_cong_rule e
      val th' = simpex_conv (Thm.rhs_of th)
      val (l,r) = Thm.dest_equals (cprop_of th')
-    in if is_refl th' then Thm.transitive th (qcv env (Thm.rhs_of th))
+    in if Thm.is_reflexive th' then Thm.transitive th (qcv env (Thm.rhs_of th))
        else Thm.transitive (Thm.transitive th th') (conv env r) end
   | Const("Ex",_)$ _ => (Thm.eta_long_conversion then_conv conv env) p
   | Const("All",_)$_ =>