reorder Quickcheck and Nitpick, so that Quickcheck gets loaded first and Auto-Quickcheck runs first (since it takes less time)
authorblanchet
Thu, 14 Jan 2010 15:06:38 +0100
changeset 34897cf9e3426c7b1
parent 34896 a22b09addd78
child 34905 a64c7228e660
child 34922 cb011ba38950
reorder Quickcheck and Nitpick, so that Quickcheck gets loaded first and Auto-Quickcheck runs first (since it takes less time)
src/HOL/Main.thy
     1.1 --- a/src/HOL/Main.thy	Thu Jan 14 09:18:08 2010 +0100
     1.2 +++ b/src/HOL/Main.thy	Thu Jan 14 15:06:38 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  header {* Main HOL *}
     1.5  
     1.6  theory Main
     1.7 -imports Plain Nitpick Predicate_Compile
     1.8 +imports Plain Predicate_Compile Nitpick
     1.9  begin
    1.10  
    1.11  text {*