src/HOL/Tools/arith_data.ML
changeset 33554 4601372337e4
parent 33522 737589bb9bb8
child 34974 18b41bba42b5
--- a/src/HOL/Tools/arith_data.ML	Tue Nov 10 16:04:57 2009 +0100
+++ b/src/HOL/Tools/arith_data.ML	Tue Nov 10 18:11:23 2009 +0100
@@ -65,8 +65,8 @@
 val setup =
   Arith_Facts.setup #>
   Method.setup @{binding arith}
-    (Args.bang_facts >> (fn prems => fn ctxt =>
-      METHOD (fn facts => HEADGOAL (Method.insert_tac (prems @ get_arith_facts ctxt @ facts)
+    (Scan.succeed (fn ctxt =>
+      METHOD (fn facts => HEADGOAL (Method.insert_tac (get_arith_facts ctxt @ facts)
         THEN' verbose_arith_tac ctxt))))
     "various arithmetic decision procedures";