src/HOL/Tools/Nitpick/nitpick_hol.ML
changeset 35625 9c818cab0dd0
parent 35408 b48ab741683b
child 35665 ff2bf50505ab
--- a/src/HOL/Tools/Nitpick/nitpick_hol.ML	Sun Mar 07 11:57:16 2010 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick_hol.ML	Sun Mar 07 12:19:47 2010 +0100
@@ -1762,8 +1762,8 @@
 (* theory -> styp -> term -> term list * term list * term *)
 fun triple_for_intro_rule thy x t =
   let
-    val prems = Logic.strip_imp_prems t |> map (ObjectLogic.atomize_term thy)
-    val concl = Logic.strip_imp_concl t |> ObjectLogic.atomize_term thy
+    val prems = Logic.strip_imp_prems t |> map (Object_Logic.atomize_term thy)
+    val concl = Logic.strip_imp_concl t |> Object_Logic.atomize_term thy
     val (main, side) = List.partition (exists_Const (curry (op =) x)) prems
     (* term -> bool *)
      val is_good_head = curry (op =) (Const x) o head_of