export lexicographic_order_tac
authorkrauss
Mon, 02 Feb 2009 15:12:22 +0100
changeset 29713 55c30d1117ef
parent 29712 944657d6932e
child 29714 6cef6700c841
export lexicographic_order_tac
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