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 34897 cf9e3426c7b1
parent 34896 a22b09addd78
child 34905 a64c7228e660
child 34935 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
--- a/src/HOL/Main.thy	Thu Jan 14 09:18:08 2010 +0100
+++ b/src/HOL/Main.thy	Thu Jan 14 15:06:38 2010 +0100
@@ -1,7 +1,7 @@
 header {* Main HOL *}
 
 theory Main
-imports Plain Nitpick Predicate_Compile
+imports Plain Predicate_Compile Nitpick
 begin
 
 text {*