merged
authorwenzelm
Wed, 08 Sep 2010 18:00:37 +0200
changeset 39226 5a3bd2b7d0ee
parent 39225 52960d359969 (diff)
parent 39224 39e0d3b86112 (current diff)
child 39227 4985f4706c6d
child 39247 3a15ee47c610
merged
--- a/src/HOL/Predicate_Compile_Examples/ROOT.ML	Wed Sep 08 18:00:06 2010 +0200
+++ b/src/HOL/Predicate_Compile_Examples/ROOT.ML	Wed Sep 08 18:00:37 2010 +0200
@@ -1,3 +1,2 @@
 use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples", "IMP_1", "IMP_2", "IMP_3", "IMP_4"];
-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"];
+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"])