Quickcheck_Types is no longer needed due to 51aa30c9ee4e
authorAndreas Lochbihler
Wed, 13 Aug 2014 14:57:16 +0200
changeset 57921 9225b2761126
parent 57920 c1953856cfca
child 57922 dc78785427d0
Quickcheck_Types is no longer needed due to 51aa30c9ee4e
src/HOL/Quickcheck_Examples/Quickcheck_Lattice_Examples.thy
--- a/src/HOL/Quickcheck_Examples/Quickcheck_Lattice_Examples.thy	Tue Aug 12 21:29:50 2014 +0200
+++ b/src/HOL/Quickcheck_Examples/Quickcheck_Lattice_Examples.thy	Wed Aug 13 14:57:16 2014 +0200
@@ -4,9 +4,11 @@
 *)
 
 theory Quickcheck_Lattice_Examples
-imports "~~/src/HOL/Library/Quickcheck_Types"
+imports Main
 begin
 
+declare [[quickcheck_finite_type_size=5]]
+
 text {* We show how other default types help to find counterexamples to propositions if
   the standard default type @{typ int} is insufficient. *}