author | bulwahn |
Sat, 25 Feb 2012 09:07:51 +0100 | |
changeset 46673 | 34e26d5119ef |
parent 46672 | 3fc49e6998da |
child 46674 | bc03b533b061 |
src/HOL/Quickcheck_Examples/Find_Unused_Assms_Examples.thy | file | annotate | diff | comparison | revisions |
--- a/src/HOL/Quickcheck_Examples/Find_Unused_Assms_Examples.thy Sat Feb 25 09:07:43 2012 +0100 +++ b/src/HOL/Quickcheck_Examples/Find_Unused_Assms_Examples.thy Sat Feb 25 09:07:51 2012 +0100 @@ -1,5 +1,5 @@ theory Find_Unused_Assms_Examples -imports Main +imports Complex_Main begin section {* Arithmetics *} @@ -8,7 +8,8 @@ find_unused_assms Divides find_unused_assms GCD -find_unused_assms MacLaurin +find_unused_assms RealDef +find_unused_assms RComplete section {* Set Theory *}