| author | wenzelm | 
| Mon, 12 Mar 2012 19:09:38 +0100 | |
| changeset 46879 | a8b1236e0837 | 
| 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: 
46697diff
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 |