src/HOL/arith_data.ML
changeset 21879 a3efbae45735
parent 21820 2f2b6a965ccc
child 22548 6ce4bddf3bcb
--- a/src/HOL/arith_data.ML	Mon Dec 18 08:21:34 2006 +0100
+++ b/src/HOL/arith_data.ML	Mon Dec 18 08:21:35 2006 +0100
@@ -1088,7 +1088,7 @@
     addsimprocs (nat_cancel_sums @ [fast_nat_arith_simproc])
     addSolver (mk_solver' "lin. arith." Fast_Arith.cut_lin_arith_tac)); thy)) #>
   Method.add_methods
-    [("arith", (arith_method o #2) oo Method.syntax Args.bang_facts,
+    [("arith", (arith_method o fst) oo Method.syntax Args.bang_facts,
       "decide linear arithmethic")] #>
   Attrib.add_attributes [("arith_split", Attrib.no_args arith_split_add,
     "declaration of split rules for arithmetic procedure")];