| author | blanchet |
| Thu, 01 Mar 2012 11:28:56 +0100 | |
| changeset 46746 | a10dcc985e8d |
| 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 |