author | wenzelm |
Thu, 15 Mar 2012 09:55:42 +0100 | |
changeset 46939 | 5b67ac48b384 |
parent 46701 | 879f5c76ffb6 |
child 47205 | 34e8b7347dda |
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", |
4 |
"Quickcheck_Lattice_Examples" |
|
5 |
]; |
|
6 |
||
7 |
if getenv "ISABELLE_GHC" = "" then () |
|
8 |
else use_thy "Quickcheck_Narrowing_Examples"; |
|
9 |