# HG changeset patch # User bulwahn # Date 1269876643 -7200 # Node ID 276ebec72082524de506b4b6a86a71ba79425b0b # Parent d25043e7843f846a4496555830b331c3635c64fe adopting Predicate_Compile_Quickcheck diff -r d25043e7843f -r 276ebec72082 src/HOL/Library/Predicate_Compile_Quickcheck.thy --- a/src/HOL/Library/Predicate_Compile_Quickcheck.thy Mon Mar 29 17:30:43 2010 +0200 +++ b/src/HOL/Library/Predicate_Compile_Quickcheck.thy Mon Mar 29 17:30:43 2010 +0200 @@ -7,8 +7,11 @@ uses "../Tools/Predicate_Compile/predicate_compile_quickcheck.ML" begin -setup {* Quickcheck.add_generator ("predicate_compile_wo_ff", Predicate_Compile_Quickcheck.quickcheck_compile_term false true 4) *} -setup {* Quickcheck.add_generator ("predicate_compile_ff_fs", Predicate_Compile_Quickcheck.quickcheck_compile_term true true 4) *} -setup {* Quickcheck.add_generator ("predicate_compile_ff_nofs", Predicate_Compile_Quickcheck.quickcheck_compile_term true false 4) *} +setup {* Quickcheck.add_generator ("predicate_compile_wo_ff", Predicate_Compile_Quickcheck.quickcheck_compile_term + Predicate_Compile_Aux.New_Pos_Random_DSeq false true 4) *} +setup {* Quickcheck.add_generator ("predicate_compile_ff_fs", + Predicate_Compile_Quickcheck.quickcheck_compile_term Predicate_Compile_Aux.New_Pos_Random_DSeq true true 4) *} +setup {* Quickcheck.add_generator ("predicate_compile_ff_nofs", + Predicate_Compile_Quickcheck.quickcheck_compile_term Predicate_Compile_Aux.New_Pos_Random_DSeq true false 4) *} end \ No newline at end of file