activating narrowing-based quickcheck by default
authorbulwahn
Thu, 18 Aug 2011 12:06:17 +0200
changeset 44272 360fcbb1aa01
parent 44263 971d1be5d5ce
child 44273 336752fb25df
child 44280 4846f3f320d9
activating narrowing-based quickcheck by default
src/HOL/Tools/Quickcheck/narrowing_generators.ML
--- a/src/HOL/Tools/Quickcheck/narrowing_generators.ML	Thu Aug 18 16:52:19 2011 +0900
+++ b/src/HOL/Tools/Quickcheck/narrowing_generators.ML	Thu Aug 18 12:06:17 2011 +0200
@@ -465,7 +465,7 @@
 
 (* setup *)
 
-val active = Attrib.setup_config_bool @{binding quickcheck_narrowing_active} (K false);
+val active = Attrib.setup_config_bool @{binding quickcheck_narrowing_active} (K true);
 
 val setup =
   Code.datatype_interpretation ensure_partial_term_of
@@ -474,4 +474,4 @@
     (((@{sort typerep}, @{sort term_of}), @{sort narrowing}), instantiate_narrowing_datatype))
   #> Context.theory_map (Quickcheck.add_tester ("narrowing", (active, test_goals)))
     
-end;
\ No newline at end of file
+end;