src/HOL/Tools/lin_arith.ML
changeset 35625 9c818cab0dd0
parent 35410 1ea89d2a1bd4
child 35872 9b579860d59b
--- a/src/HOL/Tools/lin_arith.ML	Sun Mar 07 11:57:16 2010 +0100
+++ b/src/HOL/Tools/lin_arith.ML	Sun Mar 07 12:19:47 2010 +0100
@@ -901,7 +901,7 @@
 in
 
 fun gen_tac ex ctxt = FIRST' [simple_tac ctxt,
-  ObjectLogic.full_atomize_tac THEN' (REPEAT_DETERM o rtac impI) THEN' raw_tac ctxt ex];
+  Object_Logic.full_atomize_tac THEN' (REPEAT_DETERM o rtac impI) THEN' raw_tac ctxt ex];
 
 val tac = gen_tac true;