merged
authorhaftmann
Thu, 18 Aug 2011 22:50:17 +0200
changeset 44280 4846f3f320d9
parent 44272 360fcbb1aa01 (diff)
parent 44279 7496258e44e4 (current diff)
child 44281 d27b9fe4759e
merged
src/HOL/ex/set.thy
--- a/src/HOL/Tools/Quickcheck/narrowing_generators.ML	Thu Aug 18 14:01:06 2011 +0200
+++ b/src/HOL/Tools/Quickcheck/narrowing_generators.ML	Thu Aug 18 22:50: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;