renamed Conv.is_refl to Thm.is_reflexive;
authorwenzelm
Thu, 05 Jul 2007 20:01:30 +0200
changeset 23593 fd12f7d56bd7
parent 23592 ba0912262b2c
child 23594 e65e466dda01
renamed Conv.is_refl to Thm.is_reflexive;
src/HOL/Tools/Qelim/qelim.ML
--- 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",_)$_ =>