src/HOL/Tools/function_package/lexicographic_order.ML
changeset 30510 4120fc59dd85
parent 30493 b8570ea1ce25
child 30541 9f168bdc468a
--- a/src/HOL/Tools/function_package/lexicographic_order.ML	Fri Mar 13 19:53:09 2009 +0100
+++ b/src/HOL/Tools/function_package/lexicographic_order.ML	Fri Mar 13 19:58:26 2009 +0100
@@ -218,7 +218,7 @@
   TRY (FundefCommon.apply_termination_rule ctxt 1)
   THEN lex_order_tac ctxt (auto_tac (local_clasimpset_of ctxt addsimps2 FundefCommon.TerminationSimps.get ctxt))
 
-val lexicographic_order = Method.SIMPLE_METHOD o lexicographic_order_tac
+val lexicographic_order = SIMPLE_METHOD o lexicographic_order_tac
 
 val setup = Method.add_methods [("lexicographic_order", Method.only_sectioned_args clasimp_modifiers lexicographic_order,
                                  "termination prover for lexicographic orderings")]