# HG changeset patch # User blanchet # Date 1263477998 -3600 # Node ID cf9e3426c7b1a43441c77a0664541069cfb2791b # Parent a22b09addd78c28970a19049bfa883b017997a1d reorder Quickcheck and Nitpick, so that Quickcheck gets loaded first and Auto-Quickcheck runs first (since it takes less time) diff -r a22b09addd78 -r cf9e3426c7b1 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 {*