src/HOL/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thy
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 51523 97b5e8a1291c
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;

theory Find_Unused_Assms_Examples
imports Complex_Main
begin

section {* Arithmetics *}

declare [[quickcheck_finite_types = false]]

find_unused_assms Divides
find_unused_assms GCD
find_unused_assms Real

section {* Set Theory *}

declare [[quickcheck_finite_types = true]]

find_unused_assms Fun
find_unused_assms Relation
find_unused_assms Set
find_unused_assms Wellfounded

section {* Datatypes *}

find_unused_assms List
find_unused_assms Map

end