src/Tools/atomize_elim.ML
changeset 35625 9c818cab0dd0
parent 33040 cffdb7b28498
child 41228 e1fce873b814
--- a/src/Tools/atomize_elim.ML	Sun Mar 07 11:57:16 2010 +0100
+++ b/src/Tools/atomize_elim.ML	Sun Mar 07 12:19:47 2010 +0100
@@ -59,9 +59,9 @@
    (EX x y z. ...) | ... | (EX a b c. ...)
 *)
 fun atomize_elim_conv ctxt ct =
-    (forall_conv (K (prems_conv ~1 ObjectLogic.atomize_prems)) ctxt
+    (forall_conv (K (prems_conv ~1 Object_Logic.atomize_prems)) ctxt
     then_conv MetaSimplifier.rewrite true (AtomizeElimData.get ctxt)
-    then_conv (fn ct' => if can ObjectLogic.dest_judgment ct'
+    then_conv (fn ct' => if can Object_Logic.dest_judgment ct'
                          then all_conv ct'
                          else raise CTERM ("atomize_elim", [ct', ct])))
     ct