# HG changeset patch # User krauss # Date 1233583942 -3600 # Node ID 55c30d1117efd8aa663c88a69e9a0cdb7f83c1d7 # Parent 944657d6932ea0e7ec10765386deaebb80b12495 export lexicographic_order_tac diff -r 944657d6932e -r 55c30d1117ef src/HOL/Tools/function_package/lexicographic_order.ML --- a/src/HOL/Tools/function_package/lexicographic_order.ML Mon Feb 02 15:12:18 2009 +0100 +++ b/src/HOL/Tools/function_package/lexicographic_order.ML Mon Feb 02 15:12:22 2009 +0100 @@ -8,8 +8,8 @@ signature LEXICOGRAPHIC_ORDER = sig val lexicographic_order : thm list -> Proof.context -> Method.method + val lexicographic_order_tac : Proof.context -> tactic -> tactic - (* exported for debugging *) val setup: theory -> theory end