| author | huffman |
| Fri, 30 Mar 2012 15:24:24 +0200 | |
| changeset 47224 | 773fe2754b8c |
| 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 |