| author | kuncar |
| Mon, 16 Apr 2012 20:50:43 +0200 | |
| changeset 47501 | 0b9294e093db |
| parent 47205 | 34e8b7347dda |
| child 48179 | 18461f745b4a |
| permissions | -rw-r--r-- |
| 46585 | 1 |
use_thys [ |
|
46701
879f5c76ffb6
reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository;
wenzelm
parents:
46697
diff
changeset
|
2 |
"Find_Unused_Assms_Examples", |
| 46585 | 3 |
"Quickcheck_Examples", |
|
47205
34e8b7347dda
adding theory to prove completeness of the exhaustive generators
bulwahn
parents:
46701
diff
changeset
|
4 |
"Quickcheck_Lattice_Examples", |
|
34e8b7347dda
adding theory to prove completeness of the exhaustive generators
bulwahn
parents:
46701
diff
changeset
|
5 |
"Completeness" |
| 46585 | 6 |
]; |
7 |
||
8 |
if getenv "ISABELLE_GHC" = "" then () |
|
9 |
else use_thy "Quickcheck_Narrowing_Examples"; |
|
10 |