src/HOL/Tools/lin_arith.ML
changeset 36001 992839c4be90
parent 35872 9b579860d59b
child 36692 54b64d4ad524
--- a/src/HOL/Tools/lin_arith.ML	Sun Mar 28 16:13:29 2010 +0200
+++ b/src/HOL/Tools/lin_arith.ML	Sun Mar 28 16:59:06 2010 +0200
@@ -100,8 +100,8 @@
   {splits = splits, inj_consts = update (op =) c inj_consts,
    discrete = discrete});
 
-val (split_limit, setup_split_limit) = Attrib.config_int "linarith_split_limit" 9;
-val (neq_limit, setup_neq_limit) = Attrib.config_int "linarith_neq_limit" 9;
+val (split_limit, setup_split_limit) = Attrib.config_int "linarith_split_limit" (K 9);
+val (neq_limit, setup_neq_limit) = Attrib.config_int "linarith_neq_limit" (K 9);
 
 
 structure LA_Data =