src/FOL/simpdata.ML
changeset 74319 54b2e5f771da
parent 74293 54279cfcf037
--- a/src/FOL/simpdata.ML	Sun Sep 19 21:35:51 2021 +0200
+++ b/src/FOL/simpdata.ML	Sun Sep 19 21:37:14 2021 +0200
@@ -63,8 +63,8 @@
     | dest_conj _ = NONE
   fun dest_imp \<^Const_>\<open>imp for s t\<close> = SOME (s, t)
     | dest_imp _ = NONE
-  val conj = FOLogic.conj
-  val imp  = FOLogic.imp
+  val conj = \<^Const>\<open>conj\<close>
+  val imp  = \<^Const>\<open>imp\<close>
   (*rules*)
   val iff_reflection = @{thm iff_reflection}
   val iffI = @{thm iffI}