src/HOL/Tools/inductive_codegen.ML
changeset 36001 992839c4be90
parent 35997 07bce2802939
child 36610 bafd82950e24
--- a/src/HOL/Tools/inductive_codegen.ML	Sun Mar 28 16:13:29 2010 +0200
+++ b/src/HOL/Tools/inductive_codegen.ML	Sun Mar 28 16:59:06 2010 +0200
@@ -794,10 +794,10 @@
       NONE => deepen bound f (i + 1)
     | SOME x => SOME x);
 
-val (depth_bound, setup_depth_bound) = Attrib.config_int "ind_quickcheck_depth" 10;
-val (depth_start, setup_depth_start) = Attrib.config_int "ind_quickcheck_depth_start" 1;
-val (random_values, setup_random_values) = Attrib.config_int "ind_quickcheck_random" 5;
-val (size_offset, setup_size_offset) = Attrib.config_int "ind_quickcheck_size_offset" 0;
+val (depth_bound, setup_depth_bound) = Attrib.config_int "ind_quickcheck_depth" (K 10);
+val (depth_start, setup_depth_start) = Attrib.config_int "ind_quickcheck_depth_start" (K 1);
+val (random_values, setup_random_values) = Attrib.config_int "ind_quickcheck_random" (K 5);
+val (size_offset, setup_size_offset) = Attrib.config_int "ind_quickcheck_size_offset" (K 0);
 
 fun test_term ctxt report t =
   let