| author | wenzelm | 
| Sat, 18 Sep 2010 21:33:56 +0200 | |
| changeset 39524 | 59ebce09ce6e | 
| parent 39225 | 52960d359969 | 
| child 39544 | 3a07bbc264b2 | 
| permissions | -rw-r--r-- | 
| 39186 | 1 | use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples", "IMP_1", "IMP_2", "IMP_3", "IMP_4"]; | 
| 39225 
52960d359969
restricting invocation only if PROLOG_HOME is set
 bulwahn parents: 
39188diff
changeset | 2 | if getenv "PROLOG_HOME" = "" then () else (use_thys ["Code_Prolog_Examples", "Context_Free_Grammar_Example", "Hotel_Example", "Lambda_Example", "List_Examples"]; setmp_noncritical quick_and_dirty true use_thys ["Reg_Exp_Example"]) |