author | blanchet |
Mon, 21 May 2012 10:39:31 +0200 | |
changeset 47944 | e6b51fab96f7 |
parent 46697 | b07ae33cc459 |
permissions | -rw-r--r-- |
46590 | 1 |
theory Find_Unused_Assms_Examples |
46673
34e26d5119ef
adding some more test invocations of find_unused_assms
bulwahn
parents:
46590
diff
changeset
|
2 |
imports Complex_Main |
46590 | 3 |
begin |
4 |
||
5 |
section {* Arithmetics *} |
|
6 |
||
7 |
declare [[quickcheck_finite_types = false]] |
|
8 |
||
9 |
find_unused_assms Divides |
|
10 |
find_unused_assms GCD |
|
46673
34e26d5119ef
adding some more test invocations of find_unused_assms
bulwahn
parents:
46590
diff
changeset
|
11 |
find_unused_assms RealDef |
34e26d5119ef
adding some more test invocations of find_unused_assms
bulwahn
parents:
46590
diff
changeset
|
12 |
find_unused_assms RComplete |
46590 | 13 |
|
14 |
section {* Set Theory *} |
|
15 |
||
16 |
declare [[quickcheck_finite_types = true]] |
|
17 |
||
18 |
find_unused_assms Fun |
|
19 |
find_unused_assms Relation |
|
20 |
find_unused_assms Set |
|
21 |
find_unused_assms Wellfounded |
|
22 |
||
23 |
section {* Datatypes *} |
|
24 |
||
25 |
find_unused_assms List |
|
26 |
find_unused_assms Map |
|
27 |
||
46697
b07ae33cc459
removing Find_Unused_Assms_Examples from session as it requires much time
bulwahn
parents:
46673
diff
changeset
|
28 |
end |